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
commit3f55c0717f22df8c36bc2d64fc2ace1b5e9b34a6 (patch)
treea8741740f9e3bf79b8f4e284146a8c859280f4d2
parent193cf93becd97779c8d6ee790efa78387c71b258 (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 ca9b209..669ad09 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -49,7 +49,7 @@ APPDEFAULTFILES = \
Edit-col \
Editres
-EXTRA_DIST = $(foreach X, $(APPDEFAULTFILES), $(X).ad)
+EXTRA_DIST = $(APPDEFAULTFILES:%=%.ad)
SUFFIXES = .ad