diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2002-11-22 15:10:40 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2002-11-22 15:10:40 +0000 |
commit | 04fdddd1886bc7199142d27e7d1bf37fb44be78b (patch) | |
tree | 4459b5d2ecf77a832771a30afe8aa19b83ab0a50 | |
parent | e80f74494973ca5a84eae7e2ccc8db9457167718 (diff) |
Rectif PERVASIVES
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5291 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-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) |