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 | 3f55c0717f22df8c36bc2d64fc2ace1b5e9b34a6 (patch) | |
tree | a8741740f9e3bf79b8f4e284146a8c859280f4d2 | |
parent | 193cf93becd97779c8d6ee790efa78387c71b258 (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 ca9b209..669ad09 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,7 +49,7 @@ APPDEFAULTFILES = \ Edit-col \ Editres -EXTRA_DIST = $(foreach X, $(APPDEFAULTFILES), $(X).ad) +EXTRA_DIST = $(APPDEFAULTFILES:%=%.ad) SUFFIXES = .ad |