summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2008-12-06 11:40:53 +0100
committerMatthieu Herrb <matthieu.herrb@laas.fr>2008-12-06 11:41:36 +0100
commit1dc67ca918446cb7db4819f60f36e7bc6f4c047b (patch)
treee7044daf7823a2a78fe88e9dd72e18a752ce2e15 /Makefile.am
parent7963d4217c12d2e4b0c38ad4ff185462784609f7 (diff)
Don't use GNU make only constructs.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 698945f..1ee8909 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,7 +24,7 @@ bin_PROGRAMS = xrandr
bin_SCRIPTS = xkeystone
xkeystone: keystone.5c
- (echo '#!/usr/bin/env nickle'; cat $<) > $@
+ (echo '#!/usr/bin/env nickle'; cat ${srcdir}/keystone.5c) > $@
chmod +x $@
clean-local: