diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-26 15:44:03 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-26 15:44:03 +0000 |
commit | d52d32f6fb738c87759e84ed65095675a4445270 (patch) | |
tree | d5c4c6bbdb96132f665715a8524762400fd58662 | |
parent | ae806b5d11971407cc06f22ff1ce81c86fbae672 (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 de745be..f0abd9f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -89,7 +89,7 @@ systeminit_DATA = system.xsm # -EXTRA_DIST = $(foreach FILE, $(APPDEFAULTFILES), $(FILE).ad) globals.c system.xsm +EXTRA_DIST = $(APPDEFAULTFILES:%=%.ad) globals.c system.xsm CLEANFILES = $(APPDEFAULTFILES) |