aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-09-10 23:47:10 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-09-10 23:47:10 +0000
commite2e7ad0dc8ba9a29e3657720dd616f0eb828d84c (patch)
treed128facff9b241ebbbf47e7ab0629046e481b647 /tests
parent57775fadea896faf6394674f419cd04f84ae1fd8 (diff)
downloadbusybox-w32-e2e7ad0dc8ba9a29e3657720dd616f0eb828d84c.tar.gz
busybox-w32-e2e7ad0dc8ba9a29e3657720dd616f0eb828d84c.tar.bz2
busybox-w32-e2e7ad0dc8ba9a29e3657720dd616f0eb828d84c.zip
Fix a bug where make clean complained about having both : and :: entries.
Remove tester.log on make clean Patch by Arthur Othieno git-svn-id: svn://busybox.net/trunk/busybox@7460 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 3c604cd32..16f53452e 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -10,8 +10,9 @@ message_header:
10 @echo 10 @echo
11 (cd ..; tests/busybox.REGRESS.sh) 11 (cd ..; tests/busybox.REGRESS.sh)
12 12
13clean: 13clean::
14 rm -f *.o 14 rm -f *.o
15 rm -f tester.log
15 16
16distclean: clean 17distclean: clean
17 18