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 | 6df7e0644c9f0ce2f306331910d8adf903610c1a (patch) | |
tree | f9ff83e6567e670e0d1af77e1fd00f520f024552 /Makefile.am | |
parent | 55c2178d52dd695a31676bb7b48c1d19b3c77152 (diff) |
Replace more GNU make-ism's with more portable macros
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ea5d0fd..b1069b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,7 +77,7 @@ SUFFIXES = .ad appdefault_DATA = $(APPDEFAULTFILES) -EXTRA_DIST = $(foreach X, $(APPDEFAULTFILES), $(X).ad) +EXTRA_DIST = $(APPDEFAULTFILES:%=%.ad) CLEANFILES = $(APPDEFAULTFILES) # bitmaps |