]> arthur.barton.de Git - bup.git/commitdiff
Makefile: clean config/ during clean.
authorYung-Chin Oei <yungchin@yungchin.nl>
Wed, 24 Oct 2012 02:25:43 +0000 (03:25 +0100)
committerRob Browning <rlb@defaultvalue.org>
Wed, 23 Jan 2013 01:02:35 +0000 (19:02 -0600)
Signed-off-by: Yung-Chin Oei <yungchin@yungchin.nl>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
Makefile

index c382466c34c2e87485a1048ca34ef5627bb5177d..121e4ac9cb8bd60de5d911d60aaba5ba258464d7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -149,7 +149,7 @@ import-docs: Documentation/clean
        git archive origin/html | (cd Documentation; tar -xvf -)
        git archive origin/man | (cd Documentation; tar -xvf -)
 
-clean: Documentation/clean
+clean: Documentation/clean config/clean
        rm -f *.o lib/*/*.o *.so lib/*/*.so *.dll lib/*/*.dll *.exe \
                .*~ *~ */*~ lib/*/*~ lib/*/*/*~ \
                *.pyc */*.pyc lib/*/*.pyc lib/*/*/*.pyc \