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

Remove tester.log on make clean
Patch by Arthur Othieno
1_00_stable_10817
Glenn L McGrath 2003-09-10 23:47:10 +00:00
parent fe538ba5d6
commit 1cb2622f9c
1 changed files with 2 additions and 1 deletions

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