update js_of_ocaml to 2.5

This commit is contained in:
Florent Becker
2014-10-14 13:05:53 +02:00
parent 249f9eee56
commit 9c441c41d7
2 changed files with 7 additions and 5 deletions
@@ -3,7 +3,7 @@
@@ -1,6 +1,6 @@
# Where binaries are installed:
-BINDIR := /usr/local/bin
-BINDIR := `dirname \`which ocamlc\``
+BINDIR := $(out)/bin
####