make: Add "test" target into .PHONY

Michael proposed to run

 | sed -i -e '/^.PHONY: all/s/$/ test/' Makefile.in

since we have test/ directory. Good idea.

Reported-by: Michael Sterrett
Patch-by: Michael Sterrett
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2010-10-28 23:55:16 +04:00
parent 27fe347a8b
commit 81d53791b0

View file

@ -43,7 +43,7 @@ X = @EXEEXT@
.SUFFIXES: .c .i .s .$(O) .1 .man .SUFFIXES: .c .i .s .$(O) .1 .man
.PHONY: all doc rdf install clean distclean cleaner spotless install_rdf .PHONY: all doc rdf install clean distclean cleaner spotless install_rdf test
.PHONY: install_doc everything install_everything strip perlreq dist .PHONY: install_doc everything install_everything strip perlreq dist
.c.$(O): .c.$(O):