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 | 3aa8309ba62e1a445663c458c0132d0b70c66d66 (patch) | |
tree | c24ee39bf4ef8a49a84bf00c93701fa4d3927714 | |
parent | eaae9a052fc7eec785e6fc8cf2011ea963030a5b (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 a8658a7..b44fabe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,7 +57,7 @@ SUFFIXES = .ad appdefault_DATA = $(APPDEFAULTFILES) -EXTRA_DIST = $(foreach FILE, $(APPDEFAULTFILES), $(FILE).ad) +EXTRA_DIST = $(APPDEFAULTFILES:%=%.ad) CLEANFILES = $(APPDEFAULTFILES) |