summaryrefslogtreecommitdiffstats
path: root/tools/distclean
diff options
context:
space:
mode:
Diffstat (limited to 'tools/distclean')
-rwxr-xr-xtools/distclean2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/distclean b/tools/distclean
index 5b3388c..0132d2d 100755
--- a/tools/distclean
+++ b/tools/distclean
@@ -22,7 +22,7 @@ fi
22 22
23echo "$0: Removing auto* files..." 23echo "$0: Removing auto* files..."
24rm -rf autom4te.cache 24rm -rf autom4te.cache
25find . -type f -name Makefile.in -print0| xargs -0 rm -f 25find . -type f -name Makefile.in -print| xargs rm -f
26rm -f aclocal.m4 compile config.guess config.h.in config.sub configure depcomp 26rm -f aclocal.m4 compile config.guess config.h.in config.sub configure depcomp
27rm -f m4/Makefile.am 27rm -f m4/Makefile.am
28 28