From 9015adf85853ae66ef0b65e22c5575639f6956af Mon Sep 17 00:00:00 2001 From: Jacques Garrigue Date: Thu, 21 Nov 2002 05:24:38 +0000 Subject: [PATCH] rajoute toploop... a PERVASIVES git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5279 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c8f2a2934..5ca19cc9b 100644 --- a/Makefile +++ b/Makefile @@ -108,6 +108,8 @@ EXPUNGEOBJS=utils/misc.cmo utils/tbl.cmo \ typing/predef.cmo bytecomp/runtimedef.cmo bytecomp/bytesections.cmo \ bytecomp/dll.cmo bytecomp/symtable.cmo toplevel/expunge.cmo +PERVASIVES=$(STDLIB_MODULES) outcometree topdirs toploop + # For users who don't read the INSTALL file defaultentry: @echo "Please refer to the installation instructions in file INSTALL." @@ -302,7 +304,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)