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
commit662e42f98213df8dc834fa6be7b83e99cc07bacc (patch)
tree632a87dc60c1c8863e09735f93d453c9b47b5827
parent52bbf03241ae94019be87858375b6e77b96ad3a6 (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 041c24a..17b987e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,7 +48,7 @@ SUFFIXES = .ad
appdefault_DATA = $(APPDEFAULTFILES)
-EXTRA_DIST = $(foreach FILE, $(APPDEFAULTFILES), $(FILE).ad) xload.bit
+EXTRA_DIST = $(APPDEFAULTFILES:%=%.ad) xload.bit
CLEANFILES = $(APPDEFAULTFILES)