From eaae9a052fc7eec785e6fc8cf2011ea963030a5b Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sat, 23 Jul 2005 16:56:33 +0000 Subject: fix GNU-make only app-defaults rule --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9b52fbe..a8658a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,8 +50,9 @@ appdefaultdir = $(sysconfdir)/X11/app-defaults APPDEFAULTFILES = \ XMore +SUFFIXES = .ad -$(APPDEFAULTFILES): %: %.ad +.ad: cp $< $@ appdefault_DATA = $(APPDEFAULTFILES) -- cgit v1.2.3