summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2008-12-01 21:45:47 +0100
committerJulien Cristau <jcristau@debian.org>2008-12-01 21:45:47 +0100
commitba78e14c8c43a141fc5227e7bb75d6cfd0f70dba (patch)
treeb4229a139e17a261a115018d381486ff997013f1
parent63ba316bcbe8ad61ba63d9fe62c82e7d56dcc399 (diff)
Fix build outside of the source dir
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e7e460d..698945f 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 keystone.5c) > $@
+ (echo '#!/usr/bin/env nickle'; cat $<) > $@
chmod +x $@
clean-local: