diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-26 15:44:01 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-26 15:44:01 +0000 |
commit | f83c93bf9a84b944a524aab82be25ca50d240211 (patch) | |
tree | 91088f5d004f86ff010fad15cc7cd5aa83bb0011 | |
parent | cb31d8afa9cafc1b1a841f3c5b1803b13b6702d1 (diff) |
Replace more GNU make-ism's with more portable macros
-rw-r--r-- | Makefile.am | 2 |
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) |