make: Add "test" target into .PHONY
authorCyrill Gorcunov <gorcunov@gmail.com>
Thu, 28 Oct 2010 19:55:16 +0000 (23:55 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Thu, 28 Oct 2010 20:40:16 +0000 (00:40 +0400)
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>
Makefile.in

index ed93b44..1b07553 100644 (file)
@@ -43,7 +43,7 @@ X               = @EXEEXT@
 
 .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
 
 .c.$(O):