diff options
-rw-r--r-- | Makefile.nt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.nt b/Makefile.nt index 0837cc634..b9d979389 100644 --- a/Makefile.nt +++ b/Makefile.nt @@ -248,9 +248,11 @@ installoptopt: cp ocamlopt.opt $(BINDIR)/ocamlopt.opt$(EXE) cp lex/ocamllex.opt $(BINDIR)/ocamllex.opt$(EXE) cp compilerlibs/ocamlcommon.cmxa compilerlibs/ocamlcommon.$(A) \ - compilerlibs/ocamlbytecomp.cmxa compilerlibs/ocamlbytecomp.$(A) \ - compilerlibs/ocamloptcomp.cmxa compilerlibs/ocamloptcomp.$(A) \ - $(COMPLIBDIR) + compilerlibs/ocamlbytecomp.cmxa compilerlibs/ocamlbytecomp.$(A) \ + compilerlibs/ocamloptcomp.cmxa compilerlibs/ocamloptcomp.$(A) \ + $(BYTESTART:.cmo=.cmx) $(BYTESTART:.cmo=.$(O)) \ + $(OPTSTART:.cmo=.cmx) $(OPTSTART:.cmo=.$(O)) \ + $(COMPLIBDIR) clean:: partialclean |