Use workaround for $(abspath)
[kai/samba.git] / source4 / build / make / templates.mk
index 41a7ccd0a57735de95dcbe36ffa2fa51381f95df..25bdde09b469a6eb7c53008a602c7a2551befc58 100644 (file)
@@ -106,3 +106,6 @@ uninstallplugins::
        @-rm $$(DESTDIR)$$(modulesdir)/$(1)/$(2)
 
 endef
+
+# abspath for older makes
+abspath := $(shell cd $(1); pwd)