summaryrefslogtreecommitdiff
path: root/Makefile.am
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
commitf83c93bf9a84b944a524aab82be25ca50d240211 (patch)
tree91088f5d004f86ff010fad15cc7cd5aa83bb0011 /Makefile.am
parentcb31d8afa9cafc1b1a841f3c5b1803b13b6702d1 (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 1e8e7b3..27fecbb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -45,7 +45,7 @@ SUFFIXES = .ad
appdefault_DATA = $(APPDEFAULTFILES)
-EXTRA_DIST = $(foreach FILE, $(APPDEFAULTFILES), $(FILE).ad)
+EXTRA_DIST = $(APPDEFAULTFILES:%=%.ad)
CLEANFILES = $(APPDEFAULTFILES)