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 | 2347df01911fc8061071cb80018963b79514e4b4 (patch) | |
tree | 2a5dcfc92d682a2d3cbfcce439dc5603b442e304 | |
parent | b7161f370dbabeb536e9dc078f05e1ffd67847fb (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 0a30c83..b688ad6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,7 +50,7 @@ SUFFIXES = .ad appdefault_DATA = $(APPDEFAULTFILES) -EXTRA_DIST = $(foreach FILE, $(APPDEFAULTFILES), $(FILE).ad) +EXTRA_DIST = $(APPDEFAULTFILES:%=%.ad) CLEANFILES = $(APPDEFAULTFILES) |