diff options
author | Rob Landley <rob@landley.net> | 2006-08-04 20:39:56 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-08-04 20:39:56 +0000 |
commit | e6a3fef08c87c4755eb2ad1460b3ac0e9a411461 (patch) | |
tree | 4dee728d81dfccff1ab1e2f4370d6461cc30e58f | |
parent | 23b61be0df86a04a9dcd54ba0724f97c50b14093 (diff) | |
download | busybox-w32-e6a3fef08c87c4755eb2ad1460b3ac0e9a411461.tar.gz busybox-w32-e6a3fef08c87c4755eb2ad1460b3ac0e9a411461.tar.bz2 busybox-w32-e6a3fef08c87c4755eb2ad1460b3ac0e9a411461.zip |
Add busybox_old to distclean.
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -484,8 +484,7 @@ distclean: clean | |||
484 | rm -r -f include/config include/config.h $(DEP_INCLUDES) | 484 | rm -r -f include/config include/config.h $(DEP_INCLUDES) |
485 | find . -name .depend'*' -print0 | xargs -0 rm -f | 485 | find . -name .depend'*' -print0 | xargs -0 rm -f |
486 | find . -name '*.rej' -print0 | xargs -0 rm -f | 486 | find . -name '*.rej' -print0 | xargs -0 rm -f |
487 | rm -f .hdepend | 487 | rm -f .hdepend busybox_old .config .config.old .config.cmd |
488 | rm -f .config .config.old .config.cmd | ||
489 | 488 | ||
490 | release: distclean #doc | 489 | release: distclean #doc |
491 | cd ..; \ | 490 | cd ..; \ |