summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2010-10-28 23:55:16 +0400
committerCyrill Gorcunov <gorcunov@gmail.com>2010-10-29 00:40:16 +0400
commit81d53791b0db5f0667f7fc01de1e86893bf4a5c7 (patch)
tree92474d1660172eda95beb7ec0c706f33e30017a5
parent27fe347a8b5834ac4f181e7cddfc2bb7b613d4c7 (diff)
downloadnasm-81d53791b0db5f0667f7fc01de1e86893bf4a5c7.tar.gz
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>
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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):