summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index eed0c3a..a630a3e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,8 +43,9 @@ APPDEFAULTFILES = \
Xmessage \
Xmessage-color
+SUFFIXES = .ad
-$(APPDEFAULTFILES): %: %.ad
+.ad:
cp $< $@
appdefault_DATA = $(APPDEFAULTFILES)