From a6905c610f37091082698d50fec19e688d74db27 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sun, 17 Jul 2005 20:11:01 +0000 Subject: fix rules to work with non-GNU make and outside of $srcdir --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 56c5fad..a106921 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,8 +38,9 @@ appdefaultdir = $(sysconfdir)/X11/app-defaults APPDEFAULTFILES = \ Viewres +SUFFIXES = .ad -$(APPDEFAULTFILES): %: %.ad +.ad: cp $< $@ appdefault_DATA = $(APPDEFAULTFILES) -- cgit v1.2.3