about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2010-08-12 15:15:46 +0000
committerMarco Peereboom <marco@conformal.com>2010-08-12 15:15:46 +0000
commit1eef0403323c2f1eaa48ba2826c41cda54dbc358 (patch)
tree3ec9f41fe62bf2073261385406036460821824af /Makefile
parent71f6dcdd0c5bfbdb7c37070be9aa70844c05295b (diff)
downloadxombrero-1eef0403323c2f1eaa48ba2826c41cda54dbc358.tar.gz
unfuck build, help from jsing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4ff3cc7..873fe04 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,8 @@ MANDIR= ${PREFIX}/man/cat
 CLEANFILES += javascript.h
 
 javascript.h: hinting.js input-focus.js
-	perl js-merge-helper.pl
+	perl ${.CURDIR}/js-merge-helper.pl ${.CURDIR}/hinting.js \
+	    ${.CURDIR}/input-focus.js >  ${.CURDIR}/javascript.h
 
 
 #tables.h: ${.CURDIR}/../tables ${.CURDIR}/../parsedb.pl