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 | b986847c03da39c177ff8f4086e658c36228fdb2 (patch) | |
tree | f5d84e2818d653da9fcc7796b07ddb7a94a52f74 /Makefile.am | |
parent | 9fea8d0cce13310b0549f9af164b04614dee26c6 (diff) |
Replace more GNU make-ism's with more portable macros
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7e4da7f..79f4d0f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,7 +50,7 @@ SUFFIXES = .ad appdefault_DATA = $(APPDEFAULTFILES) -EXTRA_DIST = $(foreach FILE, $(APPDEFAULTFILES), $(FILE).ad) oclock.bit oclmask.bit +EXTRA_DIST = $(APPDEFAULTFILES:%=%.ad) oclock.bit oclmask.bit CLEANFILES = $(APPDEFAULTFILES) |