diff options
-rw-r--r-- | Makefile.nt | 2 |
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 \ |