summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Scherer <gabriel.scherer@gmail.com>2013-07-28 19:06:44 +0000
committerGabriel Scherer <gabriel.scherer@gmail.com>2013-07-28 19:06:44 +0000
commit9ba35ffaed10807d9070f3133ce20e64ec2e0ddd (patch)
tree74930e765960c05e29321e74f63d38ce3b80347b
parentb5668f67ffe99313df6e38ffb1aa7e8fa2eb1a12 (diff)
build: typo from the cross-compile patchset that makes Windows build fail
By the way, the last few commits have touched the build system and will most likely result in build failures unless you "make clean" and ./configure again. Sorry for the inconvenience. (Patch by Adrien Nader) git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13946 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--Makefile.nt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.nt b/Makefile.nt
index b139d9e7a..192216bec 100644
--- a/Makefile.nt
+++ b/Makefile.nt
@@ -202,7 +202,7 @@ opt-core:
$(MAKE) -f Makefile.nt libraryopt
opt:
- $(MAKE) -f Makefile.nt opt
+ $(MAKE) -f Makefile.nt opt-core
$(MAKE) -f Makefile.nt otherlibrariesopt
$(MAKE) -f Makefile.nt ocamltoolsopt
if test -n "$(WITH_OCAMLBUILD)"; then \