diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2003-08-21 13:51:43 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2003-08-21 13:51:43 +0000 |
commit | 2f7172d3f5bd63d27bcba0540a7622470770961c (patch) | |
tree | c6856688b9ad3ea00ece30df90627ef499f20f21 /otherlibs/labltk | |
parent | 4f7b8bef21278bf6d00b6a2a292ed90a65762e54 (diff) |
make clean: Effacer le .depend, il est genere
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5789 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk')
-rw-r--r-- | otherlibs/labltk/camltk/Makefile | 1 | ||||
-rw-r--r-- | otherlibs/labltk/labltk/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/otherlibs/labltk/camltk/Makefile b/otherlibs/labltk/camltk/Makefile index afa6f3af2..b00ed91e2 100644 --- a/otherlibs/labltk/camltk/Makefile +++ b/otherlibs/labltk/camltk/Makefile @@ -19,6 +19,7 @@ camltkobjsx: $(CAMLTKOBJSX) clean: $(MAKE) -f Makefile.gen clean + -rm -f .depend install: $(CAMLTKOBJS) if test -d $(INSTALLDIR); then : ; else mkdir $(INSTALLDIR); fi diff --git a/otherlibs/labltk/labltk/Makefile b/otherlibs/labltk/labltk/Makefile index 53276dd16..542d350bd 100644 --- a/otherlibs/labltk/labltk/Makefile +++ b/otherlibs/labltk/labltk/Makefile @@ -27,6 +27,7 @@ installopt: $(LABLTKOBJSX) clean: $(MAKE) -f Makefile.gen clean + -rm -f .depend .SUFFIXES : .SUFFIXES : .mli .ml .cmi .cmx .cmo .mlp |