git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5390 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2003-01-28 12:35:24 +00:00
parent 9bbe6d7d7a
commit 5b49f68e61
1 changed files with 2 additions and 2 deletions

View File

@ -658,8 +658,8 @@ partialclean::
depend: beforedepend
(for d in utils parsing typing bytecomp asmcomp driver toplevel; \
do $(CAMLDEP) $(DEPFLAGS) $$d/*.mli $$d/*.ml; \
done) > .depend
do $(CAMLDEP) $(DEPFLAGS) $$d/*.mli $$d/*.ml; \
done) > .depend
alldepend:: depend