about summary refs log tree commit diff stats
path: root/linux
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2011-03-02 12:20:06 +0000
committerMarco Peereboom <marco@conformal.com>2011-03-02 12:20:06 +0000
commitf4171a46d94742c29dff5366d5ddff5705c4980c (patch)
treefcd8691fae1e4264714553c9e06021add81c4051 /linux
parent4ed816d9346eed6b22ed504da97d7fb29889f4e7 (diff)
downloadxombrero-f4171a46d94742c29dff5366d5ddff5705c4980c.tar.gz
remove some dead javascript helpers
from Todd Carson <toc@daybefore.net>
Diffstat (limited to 'linux')
-rw-r--r--linux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/Makefile b/linux/Makefile
index 36193b8..d243713 100644
--- a/linux/Makefile
+++ b/linux/Makefile
@@ -15,8 +15,8 @@ CC?= gcc
 all: javascript.h xxxterm
 
 javascript.h: ../js-merge-helper.pl ../hinting.js
-	perl ../js-merge-helper.pl ../hinting.js ../input-focus.js \
-	../inverse.js > javascript.h
+	perl ../js-merge-helper.pl ../hinting.js ../input-focus.js > \
+	javascript.h
 
 xxxterm.o: javascript.h