summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-26 15:44:02 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-26 15:44:02 +0000
commitaec9ed75f66e67e9d9d69f04c40867577bcfdf21 (patch)
treea38d91c5dd983a6f94ebcec1f36270dbba4a53a1
parentae8ef7b8f5bdd1c53e0f6cb1e1fb1e58333b27a6 (diff)
Replace more GNU make-ism's with more portable macros
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 17a6350..8f32fad 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -49,7 +49,7 @@ SUFFIXES = .ad
appdefault_DATA = $(APPDEFAULTFILES)
-EXTRA_DIST = $(foreach FILE, $(APPDEFAULTFILES), $(FILE).ad)
+EXTRA_DIST = $(APPDEFAULTFILES:%=%.ad)
CLEANFILES = $(APPDEFAULTFILES)