L'appel a expunge n'est pas vraiment necessaire

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5273 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 2002-11-18 09:23:31 +00:00
parent 5e152f7945
commit 75dd00ea5f
1 changed files with 1 additions and 5 deletions

View File

@ -13,7 +13,6 @@
# $Id$
include ../config/Makefile
include ../stdlib/StdlibModules
CAMLC=../ocamlcomp.sh
COMPFLAGS=-warn-error A $(INCLUDES)
@ -22,7 +21,6 @@ CAMLYACC=../boot/ocamlyacc
YACCFLAGS=
CAMLLEX=../boot/ocamlrun ../boot/ocamllex
CAMLDEP=../boot/ocamlrun ../tools/ocamldep
EXPUNGE=../boot/ocamlrun ../expunge
DEPFLAGS=$(INCLUDES)
INCLUDES=\
@ -79,9 +77,7 @@ OBJS=\
all: ocamldebug$(EXE)
ocamldebug$(EXE): $(OBJS) $(OTHEROBJS)
$(CAMLC) $(LINKFLAGS) -o ocamldebug.tmp -linkall $(OTHEROBJS) $(OBJS)
$(EXPUNGE) ocamldebug.tmp ocamldebug$(EXE) $(STDLIB_MODULES)
rm -f ocamldebug.tmp
$(CAMLC) $(LINKFLAGS) -o ocamldebug$(EXE) -linkall $(OTHEROBJS) $(OBJS)
install:
cp ocamldebug$(EXE) $(BINDIR)/ocamldebug$(EXE)