summaryrefslogtreecommitdiff
path: root/source4/build/make
diff options
context:
space:
mode:
Diffstat (limited to 'source4/build/make')
-rw-r--r--source4/build/make/templates.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/build/make/templates.mk b/source4/build/make/templates.mk
index 41a7ccd0a5..25bdde09b4 100644
--- a/source4/build/make/templates.mk
+++ b/source4/build/make/templates.mk
@@ -106,3 +106,6 @@ uninstallplugins::
@-rm $$(DESTDIR)$$(modulesdir)/$(1)/$(2)
endef
+
+# abspath for older makes
+abspath := $(shell cd $(1); pwd)