diff options
author | Luc Maranget <luc.maranget@inria.fr> | 2010-01-25 14:52:00 +0000 |
---|---|---|
committer | Luc Maranget <luc.maranget@inria.fr> | 2010-01-25 14:52:00 +0000 |
commit | e7ada9b93a02d39cd62f6fd7d9f629429ef51273 (patch) | |
tree | 0d5771c12e6ab43afb23e5976c1ab35686a66b30 /build/install.sh | |
parent | 924e832b687e914f4173bb52ec39806b1b6192a8 (diff) | |
download | ocaml-jo311.tar.gz |
Preparing relase 3.11.2jo311
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/jo311@9590 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'build/install.sh')
-rwxr-xr-x | build/install.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/install.sh b/build/install.sh index 4c38740c53..2197069c5b 100755 --- a/build/install.sh +++ b/build/install.sh @@ -132,7 +132,6 @@ cd .. WIN32="" if [ "x$EXE" = "x.exe" ]; then installbin win32caml/ocamlwin.exe $PREFIX/OCamlWin.exe - installdir byterun/ocamlrun.dll $BINDIR WIN32=win32 fi @@ -140,7 +139,7 @@ installdir otherlibs/"$WIN32"unix/unixsupport.h \ otherlibs/bigarray/bigarray.h \ $LIBDIR/caml -installdir yacc/ocamlyacc byterun/ocamlrun $BINDIR +installdir yacc/ocamlyacc$EXE byterun/ocamlrun$EXE $BINDIR installdir config/Makefile $LIBDIR/Makefile.config installdir byterun/ld.conf $LIBDIR |