Fix ocamlbuild installation directory

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14564 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Jacques Garrigue 2014-04-09 03:12:53 +00:00
parent 937e37ef1f
commit f309a7a05c
1 changed files with 4 additions and 4 deletions

View File

@ -163,8 +163,8 @@ beforedepend:: glob_lexer.ml
install:
$(CP) ocamlbuild.byte $(INSTALL_BINDIR)/ocamlbuild$(EXE)
$(CP) ocamlbuild.byte $(INSTALL_BINDIR)/ocamlbuild.byte$(EXE)
mkdir -p $(INSTALL_LIBDIR)/ocamlbuild
$(CP) $(INSTALL_LIB) $(INSTALL_LIBDIR)/ocamlbuild/
mkdir -p $(INSTALL_LIBDIR)
$(CP) $(INSTALL_LIB) $(INSTALL_LIBDIR)/
installopt:
if test -f ocamlbuild.native; then $(MAKE) installopt_really; fi
@ -172,8 +172,8 @@ installopt:
installopt_really:
$(CP) ocamlbuild.native $(INSTALL_BINDIR)/ocamlbuild$(EXE)
$(CP) ocamlbuild.native $(INSTALL_BINDIR)/ocamlbuild.native$(EXE)
mkdir -p $(INSTALL_LIBDIR)/ocamlbuild
$(CP) $(INSTALL_LIB_OPT) $(INSTALL_LIBDIR)/ocamlbuild/
mkdir -p $(INSTALL_LIBDIR)
$(CP) $(INSTALL_LIB_OPT) $(INSTALL_LIBDIR)/
# The generic rules