The following commit has been merged in the master branch:
commit ab4ea1de0c5e285a271409209209e63d4f9e77aa
Author: Stefano Zacchiroli <[EMAIL PROTECTED]>
Date:   Thu May 15 23:41:00 2008 +0200

    clean up dirts

diff --git a/Makefile.in b/Makefile.in
index 649a9ec..eccaee5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -15,6 +15,7 @@ DIRTS = \
        dql/Makefile \
        io/Makefile \
        ocamldeb/Makefile \
+       META \
        $(NULL)
 
 all: depend @BEST@
@@ -32,6 +33,7 @@ ncl:
 .PHONY: clean depend install
 
 clean:
+       rm -f $(DIRTS)
        @for i in $(DIRS); do \
                $(MAKE) -C $$i clean; \
        done

-- 
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