diff options
-rw-r--r-- | Makefile.nt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.nt b/Makefile.nt index 4c6665c76..ea99dcbbb 100644 --- a/Makefile.nt +++ b/Makefile.nt @@ -105,6 +105,8 @@ EXPUNGEOBJS=utils/misc.cmo utils/tbl.cmo \ bytecomp/dll.cmo \ bytecomp/symtable.cmo toplevel/expunge.cmo +PERVASIVES=$(STDLIB_MODULES) topdirs toploop outcometree + # For users who don't read the INSTALL file defaultentry: @echo "Please refer to the installation instructions in file README.win32." @@ -267,7 +269,7 @@ partialclean:: ocaml: $(TOPOBJS) expunge $(CAMLC) $(LINKFLAGS) -linkall -o ocaml.tmp $(TOPOBJS) - - $(CAMLRUN) ./expunge ocaml.tmp ocaml $(STDLIB_MODULES) + - $(CAMLRUN) ./expunge ocaml.tmp ocaml $(PERVASIVES) rm -f ocaml.tmp toplevel/toplevellib.cma: $(TOPLIB) |