diff options
author | Stevan Andjelkovic <stevan.andjelkovic@strath.ac.uk> | 2012-01-04 00:07:20 +0100 |
---|---|---|
committer | Stevan Andjelkovic <stevan.andjelkovic@strath.ac.uk> | 2012-01-04 00:07:20 +0100 |
commit | ccf46fa811f0c51ea23162cef1cbcad5ecd37878 (patch) | |
tree | a14b3674db24425bf259308e7b9e54bf2c333fed /Makefile | |
parent | efd4787a57434f1134efd4164cb3d66d50b1bfbb (diff) | |
download | xombrero-ccf46fa811f0c51ea23162cef1cbcad5ecd37878.tar.gz |
More make file fixes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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 |