From ccbc974c6ebf495fb3ca8a87eecdcaaedad9103f Mon Sep 17 00:00:00 2001 From: landley Date: Tue, 20 Sep 2005 14:09:57 +0000 Subject: The testsuite/links directory wasn't being created. git-svn-id: svn://busybox.net/trunk/busybox@11510 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bf2c1d160..ac6095143 100644 --- a/Makefile +++ b/Makefile @@ -256,8 +256,8 @@ clean: docs/busybox pod2htm* *.gdb *.elf *~ core .*config.log \ docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \ docs/busybox.net/BusyBox.html busybox.links libbb/loop.h \ - .config.old busybox testsuite/links/* - - rm -rf _install + .config.old busybox + - rm -rf _install testsuite/links - find . -name .\*.flags -exec rm -f {} \; - find . -name \*.o -exec rm -f {} \; - find . -name \*.a -exec rm -f {} \; -- cgit v1.2.3-55-g6feb