The following commit has been merged in the master branch:
commit fea61c97cbaff62910dc1a06ff2fc8bb7cb280ab
Author: Stefano Zacchiroli <[EMAIL PROTECTED]>
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

_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to