diff options
author | stwo <stwo> | 2010-12-17 23:14:41 (GMT) |
---|---|---|
committer | stwo <stwo> | 2010-12-17 23:14:41 (GMT) |
commit | f66e89b0917da5d8b19cc757c2b408397f6d7947 (patch) | |
tree | 17d09677c241bf3686c7199456d33ddd89deb782 /unix | |
parent | ca72e5b8771cfcf0017a684ed9a1483df75dbb82 (diff) | |
download | tcl-f66e89b0917da5d8b19cc757c2b408397f6d7947.zip tcl-f66e89b0917da5d8b19cc757c2b408397f6d7947.tar.gz tcl-f66e89b0917da5d8b19cc757c2b408397f6d7947.tar.bz2 |
Clean up '.PHONY:' targets: Arrange those common to Tcl and Tk as in Tk's Makefile.in, add any missing ones and remove duplicates.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index ffac316..29e8ab3 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -4,7 +4,7 @@ # "./configure", which is a configuration script generated by the "autoconf" # program (constructs like "@foo@" will get replaced in the actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.313 2010/12/17 21:58:27 stwo Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.314 2010/12/17 23:14:41 stwo Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -2050,14 +2050,16 @@ BUILD_HTML = \ # 'make' from getting confused when someone makes an error in a rule. #-------------------------------------------------------------------------- -.PHONY: all binaries libraries doc packages tclLibObjs objs tcltest-real test -.PHONY: test-tcl gdb-test runtest ro-test shell gdb ddd valgrind valgrindshell -.PHONY: topDirName gendate gentommath_h install install-strip install-binaries -.PHONY: install-libraries install-tzdata install-msgs install-doc clean dist -.PHONY: install-private-headers distclean depend xttest configure-packages rpm -.PHONY: packages install-packages test-packages clean-packages dist-packages -.PHONY: distclean-packages genstubs checkstubs checkdoc checkuchar dist html -.PHONY: checkexports alldist html-tcl html-tk install-headers +.PHONY: all binaries libraries objs doc html html-tcl html-tk test runtest +.PHONY: install install-strip install-binaries install-libraries +.PHONY: install-headers install-private-headers install-doc +.PHONY: clean distclean depend genstubs checkstubs checkexports checkuchar +.PHONY: shell gdb valgrind valgrindshell dist alldist rpm +.PHONY: tclLibObjs tcltest-real test-tcl gdb-test ro-test trace-test xttest +.PHONY: topDirName gendate gentommath_h trace-shell ddd checkdoc +.PHONY: install-tzdata install-msgs +.PHONY: packages configure-packages test-packages clean-packages +.PHONY: dist-packages distclean-packages install-packages #-------------------------------------------------------------------------- # DO NOT DELETE THIS LINE -- make depend depends on it. |