From 18ba7d76799d6a8a2a9f1ab2620649783a774653 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 25 Jun 2008 17:12:19 +0200 Subject: Use workaround for $(abspath) (This used to be commit 21b4d017a2cccdaa6ab4ed32409f19c612293fd0) --- source4/build/make/templates.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/build/make') 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) -- cgit