summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2005-07-17 21:11:32 +0000
committerMatthieu Herrb <matthieu.herrb@laas.fr>2005-07-17 21:11:32 +0000
commit171e31464fc9d4f39403931b1126c3e2cf52b84e (patch)
tree1d9b372c9ef62f886a1147ce55e47d7340a03484
parent6fa7b824f077a0c04eb678c8736cda077232a084 (diff)
downloadxconsole-171e31464fc9d4f39403931b1126c3e2cf52b84e.tar.gz
xconsole-171e31464fc9d4f39403931b1126c3e2cf52b84e.tar.bz2
xconsole-171e31464fc9d4f39403931b1126c3e2cf52b84e.zip
fix 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 6013f32..e9f334d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,8 +38,9 @@ appdefaultdir = $(sysconfdir)/X11/app-defaults
APPDEFAULTFILES = \
XConsole
+SUFFIXES = .ad
-$(APPDEFAULTFILES): %: %.ad
+.ad:
cp $< $@
appdefault_DATA = $(APPDEFAULTFILES)