From afa5fe1308479c6605c59922b1c61183f259a154 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 26 Jul 2005 15:44:02 +0000 Subject: Replace more GNU make-ism's with more portable macros --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0236761..6a2e9f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,7 +63,7 @@ SUFFIXES = .ad appdefault_DATA = $(APPDEFAULTFILES) -EXTRA_DIST = $(foreach FILE, $(APPDEFAULTFILES), $(FILE).ad) tile Bugs \ +EXTRA_DIST = $(APPDEFAULTFILES:%=%.ad) tile Bugs \ Written/FilledRects \ Written/Interface \ Written/Jim \ -- cgit v1.2.3