about summary refs log tree commit diff stats
path: root/linux/Makefile
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2010-10-19 18:27:39 +0000
committerMarco Peereboom <marco@conformal.com>2010-10-19 18:27:39 +0000
commitafbaa8ef6213109f0c4480de60f9d055ad2a9411 (patch)
tree0c85cee1a9bae30cef3f21701e79c2af46f0c8f2 /linux/Makefile
parentb7795b52f364801cb139fc825a757285d876aeaa (diff)
downloadxombrero-afbaa8ef6213109f0c4480de60f9d055ad2a9411.tar.gz
make sure javascript.h gets built. from keenerd <keenerd@gmail.com>
Diffstat (limited to 'linux/Makefile')
-rw-r--r--linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile b/linux/Makefile
index 8f65af8..05bdc4c 100644
--- a/linux/Makefile
+++ b/linux/Makefile
@@ -12,7 +12,7 @@ MANDIR?= $(PREFIX)/share/man
 
 CC?= gcc
 
-all: xxxterm
+all: javascript.h xxxterm
 
 javascript.h: ../js-merge-helper.pl ../hinting.js
 	perl ../js-merge-helper.pl ../hinting.js \