rajoute toploop... a PERVASIVES

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5279 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Jacques Garrigue 2002-11-21 05:24:38 +00:00
parent b183534841
commit 9015adf858
1 changed files with 3 additions and 1 deletions

View File

@ -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)