More minor tweaks.

This commit is contained in:
Rob Landley 2006-07-12 21:31:16 +00:00
parent 58dda84ecc
commit 1f9145c5c3
4 changed files with 6 additions and 14 deletions

View file

@ -483,6 +483,7 @@ distclean: clean
rm -f scripts/bb_mkdep scripts/usage
rm -r -f include/config include/config.h $(DEP_INCLUDES)
find . -name .depend'*' -print0 | xargs -0 rm -f
find . -name '*.rej' -print0 | xargs -0 rm -f
rm -f .hdepend
rm -f .config .config.old .config.cmd