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 | 662e42f98213df8dc834fa6be7b83e99cc07bacc (patch) | |
tree | 632a87dc60c1c8863e09735f93d453c9b47b5827 | |
parent | 52bbf03241ae94019be87858375b6e77b96ad3a6 (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 041c24a..17b987e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,7 +48,7 @@ SUFFIXES = .ad appdefault_DATA = $(APPDEFAULTFILES) -EXTRA_DIST = $(foreach FILE, $(APPDEFAULTFILES), $(FILE).ad) xload.bit +EXTRA_DIST = $(APPDEFAULTFILES:%=%.ad) xload.bit CLEANFILES = $(APPDEFAULTFILES) |