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
commitfa1d1593fe790d08a2e6e1f4e16f86f923b7aeb5 (patch)
tree3412e87766b3a980f160bd9a10c029f401361610
parenta4ea5c92e64b3cf7a0df17705c27e8a7abdb2f8b (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 a630a3e..3ae8dbf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,7 +50,7 @@ SUFFIXES = .ad
appdefault_DATA = $(APPDEFAULTFILES)
-EXTRA_DIST = $(foreach FILE, $(APPDEFAULTFILES), $(FILE).ad) Tests
+EXTRA_DIST = $(APPDEFAULTFILES:%=%.ad) Tests
CLEANFILES = $(APPDEFAULTFILES)