diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-26 15:44:02 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-26 15:44:02 +0000 |
commit | 14d8dcd0ff4fbe796a86395e0b0cc81bd0859bf4 (patch) | |
tree | 0b6b6a26b704b2d7842ad03d80894aad31107587 | |
parent | 3bc92b088c824cdf1f34ed09f71401daf9a755de (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 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) |