From: Glenn L McGrath Date: Wed, 10 Sep 2003 23:47:10 +0000 (-0000) Subject: Fix a bug where make clean complained about having both : and :: entries. X-Git-Tag: 1_00_pre3~18 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1cb2622f9c583c0d4a2ac00b7eaf389f85693397;p=oweals%2Fbusybox.git Fix a bug where make clean complained about having both : and :: entries. Remove tester.log on make clean Patch by Arthur Othieno --- 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