diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-05 16:25:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-05 16:25:19 +0000 |
commit | 33b45a09a1c8bc51c4be3de315434a3db05335d0 (patch) | |
tree | cd5a771f1520ecd747eb93f971c9cfd836259339 /Makefile | |
parent | 688ed0d7606c0563073f588098b9bedf904c70a9 (diff) | |
download | busybox-33b45a09a1c8bc51c4be3de315434a3db05335d0.tar.gz |
clean busybox_unstripped as pointed out by Robert P. J. Day
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -482,7 +482,7 @@ clean: docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \ docs/busybox.net/BusyBox.html busybox.links \ $(DO_INSTALL_LIBS) $(LIBBUSYBOX_SONAME) \ - .config.old busybox + .config.old busybox busybox_unstripped - rm -r -f _install testsuite/links - find . -name .\*.flags -exec rm -f {} \; - find . -name \*.o -exec rm -f {} \; |