Skip to content

Commit

Permalink
Update ocp-build binary to OCamlPro/typerex@c23ec435dcea2326ace4b88e5…
Browse files Browse the repository at this point in the history
…06225e61bff7591
  • Loading branch information
samoht committed Mar 27, 2013
1 parent c6e5de7 commit a46b727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocp-build/Makefile
Expand Up @@ -3,9 +3,9 @@ PREFIX=/usr/local/
ocp-build: primitives ocp-build.boot win32_c.c
awk '{ print "external "$$1": unit -> unit = \"" $$1 "\"" }' primitives > primitives.ml
ocamlc -o ocp-build.run -custom -make-runtime win32_c.c primitives.ml unix.cma -cclib -lunix
cat ocp-build.run ocp-build.boot >> ocp-build
cat ocp-build.run ocp-build.boot > ocp-build
chmod +x ocp-build
./ocp-build -help >/dev/null
./ocp-build -help >/dev/null 2>&1

install: ocp-build
cp ocp-build $(PREFIX)/bin/ocp-build
Expand Down
Binary file modified ocp-build/ocp-build.boot
Binary file not shown.

0 comments on commit a46b727

Please sign in to comment.