Fix a bug where make clean complained about having both : and :: entries.
authorGlenn L McGrath <bug1@ihug.co.nz>
Wed, 10 Sep 2003 23:47:10 +0000 (23:47 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Wed, 10 Sep 2003 23:47:10 +0000 (23:47 -0000)
Remove tester.log on make clean
Patch by Arthur Othieno

tests/Makefile

index 3c604cd328f8936f5ea1696414fdcbca96415a47..16f53452e29de38f385177b2d18690a990e2aa1f 100644 (file)
@@ -10,8 +10,9 @@ message_header:
        @echo
        (cd ..; tests/busybox.REGRESS.sh)
 
-clean:
+clean::
        rm -f *.o
+       rm -f tester.log
 
 distclean: clean