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:
parent
fe538ba5d6
commit
1cb2622f9c
@ -10,8 +10,9 @@ message_header:
|
|||||||
@echo
|
@echo
|
||||||
(cd ..; tests/busybox.REGRESS.sh)
|
(cd ..; tests/busybox.REGRESS.sh)
|
||||||
|
|
||||||
clean:
|
clean::
|
||||||
rm -f *.o
|
rm -f *.o
|
||||||
|
rm -f tester.log
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user