cvt_emit est precieux

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5477 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2003-04-02 01:17:58 +00:00
parent a57475167b
commit c1fcf5bc67
1 changed files with 3 additions and 1 deletions

View File

@ -167,8 +167,10 @@ CVT_EMIT=cvt_emit.cmo
cvt_emit: $(CVT_EMIT)
$(CAMLC) $(LINKFLAGS) -o cvt_emit $(CVT_EMIT)
# cvt_emit is precious: sometimes we are stuck in the middle of a
# bootstrap and we need to remake the dependencies
clean::
rm -f cvt_emit
if test -f cvt_emit; then mv -f cvt_emit cvt_emit.bak; else :; fi
cvt_emit.ml: cvt_emit.mll
$(CAMLLEX) cvt_emit.mll