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 | aec9ed75f66e67e9d9d69f04c40867577bcfdf21 (patch) | |
tree | a38d91c5dd983a6f94ebcec1f36270dbba4a53a1 | |
parent | ae8ef7b8f5bdd1c53e0f6cb1e1fb1e58333b27a6 (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 17a6350..8f32fad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,7 +49,7 @@ SUFFIXES = .ad appdefault_DATA = $(APPDEFAULTFILES) -EXTRA_DIST = $(foreach FILE, $(APPDEFAULTFILES), $(FILE).ad) +EXTRA_DIST = $(APPDEFAULTFILES:%=%.ad) CLEANFILES = $(APPDEFAULTFILES) |