about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStevan Andjelkovic <stevan.andjelkovic@strath.ac.uk>2012-01-04 00:07:20 +0100
committerStevan Andjelkovic <stevan.andjelkovic@strath.ac.uk>2012-01-04 00:07:20 +0100
commitccf46fa811f0c51ea23162cef1cbcad5ecd37878 (patch)
treea14b3674db24425bf259308e7b9e54bf2c333fed
parentefd4787a57434f1134efd4164cb3d66d50b1bfbb (diff)
downloadxombrero-ccf46fa811f0c51ea23162cef1cbcad5ecd37878.tar.gz
More make file fixes
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2cb3b30..d7551bf 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ MANDIR= ${PREFIX}/man/man
 
 CLEANFILES += ${.CURDIR}/javascript.h xxxterm.cat1 xxxterm.core
 
-${.CURDIR}/javascript.h: hinting.js input-focus.js
+${.CURDIR}/javascript.h: hinting.js input-focus.js autoscroll.js
 	perl ${.CURDIR}/js-merge-helper.pl ${.CURDIR}/hinting.js \
 	    ${.CURDIR}/input-focus.js ${.CURDIR}/autoscroll.js \
 	    > ${.CURDIR}/javascript.h