summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-26 15:44:01 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-26 15:44:01 +0000
commit6df7e0644c9f0ce2f306331910d8adf903610c1a (patch)
treef9ff83e6567e670e0d1af77e1fd00f520f024552
parent55c2178d52dd695a31676bb7b48c1d19b3c77152 (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 ea5d0fd..b1069b5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -77,7 +77,7 @@ SUFFIXES = .ad
appdefault_DATA = $(APPDEFAULTFILES)
-EXTRA_DIST = $(foreach X, $(APPDEFAULTFILES), $(X).ad)
+EXTRA_DIST = $(APPDEFAULTFILES:%=%.ad)
CLEANFILES = $(APPDEFAULTFILES)
# bitmaps