diff options
author | Stevan Andjelkovic <stevan.andjelkovic@strath.ac.uk> | 2012-01-04 16:11:47 +0100 |
---|---|---|
committer | Stevan Andjelkovic <stevan.andjelkovic@strath.ac.uk> | 2012-01-04 16:11:47 +0100 |
commit | 2a45362810ed76e558cd534caa187f7a893fba4e (patch) | |
tree | 5d6373bb301b20ed738e0eb5c70d320809db701c /freebsd/Makefile | |
parent | 6266ed650490e2637b801a4b3a7d50512a7cd0a1 (diff) | |
download | xombrero-2a45362810ed76e558cd534caa187f7a893fba4e.tar.gz |
Some more fixes for autoscroll
Diffstat (limited to 'freebsd/Makefile')
-rw-r--r-- | freebsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/Makefile b/freebsd/Makefile index 5f4cc1f..7c56c03 100644 --- a/freebsd/Makefile +++ b/freebsd/Makefile @@ -15,7 +15,7 @@ CC?= cc all: ../javascript.h xxxterm -../javascript.h: ../js-merge-helper.pl ../hinting.js +../javascript.h: ../js-merge-helper.pl ../hinting.js ../autoscroll.js perl ../js-merge-helper.pl ../hinting.js ../input-focus.js \ ../autoscroll.js > ../javascript.h |