summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Pouillard <np@nicolaspouillard.fr>2008-11-10 16:13:20 +0000
committerNicolas Pouillard <np@nicolaspouillard.fr>2008-11-10 16:13:20 +0000
commite3e377bdf53ade80cb4fc4cb60f7b38ef6b1ff42 (patch)
tree20bfe04791ac7785d794d3fb8d77fdabe6d2b8eb
parent11373835cdd430d50128b898d80d1ed7e1adda7c (diff)
build,sys,windows: update Makefile.nt to the partial->mixed move
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9127 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--Makefile.nt16
1 files changed, 8 insertions, 8 deletions
diff --git a/Makefile.nt b/Makefile.nt
index 855274bed..fe4199b77 100644
--- a/Makefile.nt
+++ b/Makefile.nt
@@ -594,24 +594,24 @@ alldepend::
# Camlp4
-camlp4out: ocamlc otherlibraries ocamlbuild-partial-boot ocamlbuild.byte
+camlp4out: ocamlc otherlibraries ocamlbuild-mixed-boot ocamlbuild.byte
./build/camlp4-byte-only.sh
-camlp4opt: ocamlopt otherlibrariesopt ocamlbuild-partial-boot ocamlbuild.native
+camlp4opt: ocamlopt otherlibrariesopt ocamlbuild-mixed-boot ocamlbuild.native
./build/camlp4-native-only.sh
# Ocamlbuild
-ocamlbuild.byte: ocamlc otherlibraries ocamlbuild-partial-boot
+ocamlbuild.byte: ocamlc otherlibraries ocamlbuild-mixed-boot
./build/ocamlbuild-byte-only.sh
-ocamlbuild.native: ocamlopt otherlibrariesopt ocamlbuild-partial-boot
+ocamlbuild.native: ocamlopt otherlibrariesopt ocamlbuild-mixed-boot
./build/ocamlbuild-native-only.sh
-ocamlbuildlib.native: ocamlopt otherlibrariesopt ocamlbuild-partial-boot
+ocamlbuildlib.native: ocamlopt otherlibrariesopt ocamlbuild-mixed-boot
./build/ocamlbuildlib-native-only.sh
-.PHONY: ocamlbuild-partial-boot
-ocamlbuild-partial-boot:
- ./build/partial-boot.sh
+.PHONY: ocamlbuild-mixed-boot
+ocamlbuild-mixed-boot:
+ ./build/mixed-boot.sh
partialclean::
rm -rf _build