From 62a3f87eb2108e22de1884905595bc30bbdbd589 Mon Sep 17 00:00:00 2001 From: vapier Date: Sun, 5 Mar 2006 16:25:19 +0000 Subject: clean busybox_unstripped as pointed out by Robert P. J. Day git-svn-id: svn://busybox.net/trunk/busybox@14452 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2e8e3e58c..264f5b1e0 100644 --- a/Makefile +++ b/Makefile @@ -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 {} \; -- cgit v1.2.3-55-g6feb