From 40fc1a66cc817dad40851d61011e0a90fa48fe46 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 16 Jul 2005 22:00:11 +0000 Subject: Convert more app-defaults rules to work with non-GNU make --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a71b490..ea5d0fd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,7 +69,9 @@ APPDEFAULTFILES = \ Bitmap-color \ Bitmap -$(APPDEFAULTFILES): %: %.ad +SUFFIXES = .ad + +.ad: cp $< $@ appdefault_DATA = $(APPDEFAULTFILES) -- cgit v1.2.3