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
commitafa5fe1308479c6605c59922b1c61183f259a154 (patch)
treecda0a1a6c0b70f4a5e672af244584f65b37b69bc
parent18b73d71673d73bfb03b238bc20e50ebf2ae48e8 (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 0236761..6a2e9f0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -63,7 +63,7 @@ SUFFIXES = .ad
appdefault_DATA = $(APPDEFAULTFILES)
-EXTRA_DIST = $(foreach FILE, $(APPDEFAULTFILES), $(FILE).ad) tile Bugs \
+EXTRA_DIST = $(APPDEFAULTFILES:%=%.ad) tile Bugs \
Written/FilledRects \
Written/Interface \
Written/Jim \