summaryrefslogtreecommitdiff
path: root/Makefile.am
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
commit14d8dcd0ff4fbe796a86395e0b0cc81bd0859bf4 (patch)
tree0b6b6a26b704b2d7842ad03d80894aad31107587 /Makefile.am
parent3bc92b088c824cdf1f34ed09f71401daf9a755de (diff)
Replace more GNU make-ism's with more portable macros
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7a670ef..621d727 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -47,7 +47,7 @@ SUFFIXES = .ad
appdefault_DATA = $(APPDEFAULTFILES)
-EXTRA_DIST = $(foreach FILE, $(APPDEFAULTFILES), $(FILE).ad)
+EXTRA_DIST = $(APPDEFAULTFILES:%=%.ad)
CLEANFILES = $(APPDEFAULTFILES)