From e2e7ad0dc8ba9a29e3657720dd616f0eb828d84c Mon Sep 17 00:00:00 2001 From: bug1 Date: Wed, 10 Sep 2003 23:47:10 +0000 Subject: 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 --- tests/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile b/tests/Makefile index 3c604cd32..16f53452e 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -10,8 +10,9 @@ message_header: @echo (cd ..; tests/busybox.REGRESS.sh) -clean: +clean:: rm -f *.o + rm -f tester.log distclean: clean -- cgit v1.2.3-55-g6feb