]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Also remove unit test directories with "make distclean".
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 8 Oct 2008 22:40:12 +0000 (22:40 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 8 Oct 2008 22:40:12 +0000 (22:40 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@8031 7a7537e8-13f0-0310-91df-b6672ffda945

Makefile

index 22d3c29642bb0730063e62a4ced70900242730c7..63f9529671dc98ffb7cd780fff6cacaedf905d91 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -122,7 +122,7 @@ distclean:  clean
        $(RM) init/cups.xml
        -$(RM) doc/*/index.html
        -$(RM) templates/*/header.tmpl
-       -$(RM) -r autom4te*.cache clang
+       -$(RM) -r autom4te*.cache clang cups/charmaps cups/locale driver/test
 
 
 #