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 | f962df222c7d88dae609679a3fd7dc8bb892c869 (patch) | |
tree | bbc217d443b41eea617310e651118b88835eacb7 | |
parent | f9a1705a1ff8b5a585bbc04925519992b4c09523 (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 214aa7c..bec73b0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,7 +58,7 @@ SUFFIXES = .ad appdefault_DATA = $(APPDEFAULTFILES) -EXTRA_DIST = $(foreach FILE, $(APPDEFAULTFILES), $(FILE).ad) xdit.bm xdit_mask.bm +EXTRA_DIST = $(APPDEFAULTFILES:%=%.ad) xdit.bm xdit_mask.bm CLEANFILES = $(APPDEFAULTFILES) |