diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -482,7 +482,7 @@ clean: | |||
482 | docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \ | 482 | docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \ |
483 | docs/busybox.net/BusyBox.html busybox.links \ | 483 | docs/busybox.net/BusyBox.html busybox.links \ |
484 | $(DO_INSTALL_LIBS) $(LIBBUSYBOX_SONAME) \ | 484 | $(DO_INSTALL_LIBS) $(LIBBUSYBOX_SONAME) \ |
485 | .config.old busybox | 485 | .config.old busybox busybox_unstripped |
486 | - rm -r -f _install testsuite/links | 486 | - rm -r -f _install testsuite/links |
487 | - find . -name .\*.flags -exec rm -f {} \; | 487 | - find . -name .\*.flags -exec rm -f {} \; |
488 | - find . -name \*.o -exec rm -f {} \; | 488 | - find . -name \*.o -exec rm -f {} \; |