Skip to content

Commit

Permalink
PR#5077: build broken on mingw, tentative fix
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/version/3.12@10616 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
doligez committed Jul 6, 2010
1 parent 32df260 commit 53496d0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile.nt
Original file line number Diff line number Diff line change
Expand Up @@ -606,23 +606,23 @@ alldepend::
# Camlp4

camlp4out: ocamlc otherlibraries ocamlbuild-mixed-boot ocamlbuild.byte
OCAMLBUILD_FIND=/usr/bin/find ./build/camlp4-byte-only.sh
./build/camlp4-byte-only.sh
camlp4opt: ocamlopt otherlibrariesopt ocamlbuild-mixed-boot ocamlbuild.native
OCAMLBUILD_FIND=/usr/bin/find ./build/camlp4-native-only.sh
./build/camlp4-native-only.sh

# Ocamlbuild

ocamlbuild.byte: ocamlc otherlibraries ocamlbuild-mixed-boot
OCAMLBUILD_FIND=/usr/bin/find ./build/ocamlbuild-byte-only.sh
./build/ocamlbuild-byte-only.sh
ocamlbuild.native: ocamlopt otherlibrariesopt ocamlbuild-mixed-boot
OCAMLBUILD_FIND=/usr/bin/find ./build/ocamlbuild-native-only.sh
./build/ocamlbuild-native-only.sh
ocamlbuildlib.native: ocamlopt otherlibrariesopt ocamlbuild-mixed-boot
OCAMLBUILD_FIND=/usr/bin/find ./build/ocamlbuildlib-native-only.sh
./build/ocamlbuildlib-native-only.sh


.PHONY: ocamlbuild-mixed-boot
ocamlbuild-mixed-boot:
OCAMLBUILD_FIND=/usr/bin/find ./build/mixed-boot.sh
./build/mixed-boot.sh
partialclean::
rm -rf _build

Expand Down

0 comments on commit 53496d0

Please sign in to comment.