summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-26 15:44:03 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-26 15:44:03 +0000
commit3aa8309ba62e1a445663c458c0132d0b70c66d66 (patch)
treec24ee39bf4ef8a49a84bf00c93701fa4d3927714
parenteaae9a052fc7eec785e6fc8cf2011ea963030a5b (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 a8658a7..b44fabe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,7 +57,7 @@ SUFFIXES = .ad
appdefault_DATA = $(APPDEFAULTFILES)
-EXTRA_DIST = $(foreach FILE, $(APPDEFAULTFILES), $(FILE).ad)
+EXTRA_DIST = $(APPDEFAULTFILES:%=%.ad)
CLEANFILES = $(APPDEFAULTFILES)