- there is no _usage.h anymore, so don't rm it in distclean.

This commit is contained in:
Bernhard Reutner-Fischer 2006-05-21 10:04:46 +00:00
parent 30ead9a9b9
commit 3c8c0690fd

View File

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