diff options
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 |