Add busybox_old to distclean.

This commit is contained in:
Rob Landley 2006-08-04 20:39:56 +00:00
parent 23b61be0df
commit e6a3fef08c

View File

@ -484,8 +484,7 @@ distclean: clean
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
rm -f .hdepend busybox_old .config .config.old .config.cmd
release: distclean #doc
cd ..; \