From 14d8dcd0ff4fbe796a86395e0b0cc81bd0859bf4 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 7a670ef..621d727 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,7 +47,7 @@ SUFFIXES = .ad appdefault_DATA = $(APPDEFAULTFILES) -EXTRA_DIST = $(foreach FILE, $(APPDEFAULTFILES), $(FILE).ad) +EXTRA_DIST = $(APPDEFAULTFILES:%=%.ad) CLEANFILES = $(APPDEFAULTFILES) -- cgit v1.2.3