From 81d53791b0db5f0667f7fc01de1e86893bf4a5c7 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Thu, 28 Oct 2010 23:55:16 +0400 Subject: 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 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index ed93b440..1b075530 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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): -- cgit v1.2.1