]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_clean
r584: * Fix stupid typo in dh_movefiles. Closes: #188833
[debhelper.git] / dh_clean
index d0af17d1d9a73532ea35ffcc06a61c86f86e7f57..b0936ecb31fc25c51fc696430fb1900ec6c632b7 100755 (executable)
--- a/dh_clean
+++ b/dh_clean
@@ -104,13 +104,17 @@ if (! $dh{D_FLAG}) {
                 -o -name .*.orig -o -name .*.rej -o -name .SUMS
                 -o -name TAGS -o -name core -o ( -path */.deps/* -a -name *.P )
                ) $find_options -exec rm -f {} ;"));
+
+       # Stupid autoconf cache directory.
+       doit("rm", "-rf", "autom4te.cache")
+               unless excludefile("autom4te.cache");
 }
 
 doit('rm', '-rf', 'debian/tmp') if -x 'debian/tmp' && ! compat(1);
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.