summaryrefslogtreecommitdiff
path: root/source4/build/make
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-06-27 12:14:19 +0200
committerVolker Lendecke <vl@samba.org>2008-06-27 12:14:19 +0200
commit65cf74f7b5076e91783e216dbdb196e2e6dc94f7 (patch)
tree87ef839e30af15c83d9b6d22a332df531d102e34 /source4/build/make
parent2495690eb811fc634d64adeef5b195ef0a175779 (diff)
downloadsamba-65cf74f7b5076e91783e216dbdb196e2e6dc94f7.tar.gz
samba-65cf74f7b5076e91783e216dbdb196e2e6dc94f7.tar.bz2
samba-65cf74f7b5076e91783e216dbdb196e2e6dc94f7.zip
Fix the definition of abspath for gnu make < 3.81
(This used to be commit f2725f14918b7d1cd7664fe41ad0fc184aa794c8)
Diffstat (limited to 'source4/build/make')
-rw-r--r--source4/build/make/templates.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/make/templates.mk b/source4/build/make/templates.mk
index d4973e7dd6..e89122b443 100644
--- a/source4/build/make/templates.mk
+++ b/source4/build/make/templates.mk
@@ -120,7 +120,7 @@ uninstallplugins::
endef
# abspath for older makes
-abspath := $(shell cd $(1); pwd)
+abspath = $(shell cd $(dir $(1)); pwd)/$(notdir $(1))
# Install a binary
# Arguments: path to binary to install