summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2005-07-23 16:43:02 +0000
committerMatthieu Herrb <matthieu.herrb@laas.fr>2005-07-23 16:43:02 +0000
commit2453fa155493771d1ce948de0122c3e53e0cd5d1 (patch)
treea9301437203efde28c8f4f36f08bcdf91f436c12
parent45e2eed46b415283bd56f2830d67117c7861cb3c (diff)
fix GNU-make only app-defaults rule
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f78d5c0..6f6e7af 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,8 +46,9 @@ appdefaultdir = $(sysconfdir)/X11/app-defaults
APPDEFAULTFILES = \
Xmag
+SUFFIXES = .ad
-$(APPDEFAULTFILES): %: %.ad
+.ad:
cp $< $@
appdefault_DATA = $(APPDEFAULTFILES)