summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-16 22:00:11 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-16 22:00:11 +0000
commit6fc73059455d756c2bc5c2780b0fc8a444dd9039 (patch)
tree9c10df506a462c1a6bdb491a2090e70e59a78a3f
parente2191eda39bb8021d36d86750b9eb6b33702fa95 (diff)
Convert more app-defaults rules to work with non-GNU make
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4f5409f..ace756c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -74,8 +74,9 @@ appdefaultdir = $(sysconfdir)/X11/app-defaults
APPDEFAULTFILES = \
XSm
+SUFFIXES = .ad
-$(APPDEFAULTFILES): %: %.ad
+.ad:
cp $< $@
appdefault_DATA = $(APPDEFAULTFILES)