Fix a bug where make clean complained about having both : and :: entries.

Remove tester.log on make clean
Patch by Arthur Othieno
This commit is contained in:
Glenn L McGrath 2003-09-10 23:47:10 +00:00
parent fe538ba5d6
commit 1cb2622f9c

View File

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