From 375d4ff16a93c5e1874b1a21c96a9549475ae6c4 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(-) diff --git a/Makefile.am b/Makefile.am index 1103f6f..7ef2ddc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,8 +43,9 @@ appdefaultdir = $(sysconfdir)/X11/app-defaults APPDEFAULTFILES = \ Clock-col +SUFFIXES = .ad -$(APPDEFAULTFILES): %: %.ad +.ad: cp $< $@ appdefault_DATA = $(APPDEFAULTFILES) -- cgit v1.2.3