[Pkg-ocaml-maint-commits] [SCM] dose2 packaging branch, master, updated. a6e2dc48f8f8c55538b596ae7e3015187c714278

Stefano Zacchiroli zack at upsilon.cc
Thu May 15 22:06:31 UTC 2008


The following commit has been merged in the master branch:
commit fea61c97cbaff62910dc1a06ff2fc8bb7cb280ab
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Thu May 15 23:44:35 2008 +0200

    proper placement of dirt cleaning

diff --git a/Makefile.in b/Makefile.in
index eccaee5..02b0f9e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -33,10 +33,10 @@ ncl:
 .PHONY: clean depend install
 
 clean:
-	rm -f $(DIRTS)
 	@for i in $(DIRS); do \
 		$(MAKE) -C $$i clean; \
 	done
+	rm -f $(DIRTS)
 
 depend:
 	@for i in $(DIRS); do \

-- 
dose2 packaging



More information about the Pkg-ocaml-maint-commits mailing list