diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-10-28 23:55:16 +0400 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-10-29 00:40:16 +0400 |
commit | 81d53791b0db5f0667f7fc01de1e86893bf4a5c7 (patch) | |
tree | 92474d1660172eda95beb7ec0c706f33e30017a5 /Makefile.in | |
parent | 27fe347a8b5834ac4f181e7cddfc2bb7b613d4c7 (diff) | |
download | nasm-81d53791b0db5f0667f7fc01de1e86893bf4a5c7.tar.gz nasm-81d53791b0db5f0667f7fc01de1e86893bf4a5c7.tar.bz2 nasm-81d53791b0db5f0667f7fc01de1e86893bf4a5c7.zip |
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>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index ed93b44..1b07553 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): |