diff options
author | dkf <dkf@noemail.net> | 2010-11-04 15:55:45 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2010-11-04 15:55:45 (GMT) |
commit | eebc3b352aa1f2c67cd974544b6d874877f6d085 (patch) | |
tree | 461ecfe11ca547f835e6f714da86ee189eb05550 | |
parent | 590589cc1778086ef156e0b41f9a224dc069ae28 (diff) | |
download | tcl-eebc3b352aa1f2c67cd974544b6d874877f6d085.zip tcl-eebc3b352aa1f2c67cd974544b6d874877f6d085.tar.gz tcl-eebc3b352aa1f2c67cd974544b6d874877f6d085.tar.bz2 |
Minor change: Added missing .PHONY marker for install-headers
FossilOrigin-Name: ce79474a8b022b1c340619c7e729ca6e268f35e5
-rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index ce5da99..fad07e6 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.309 2010/11/04 15:36:37 stwo Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.310 2010/11/04 15:55:45 dkf Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -2070,7 +2070,7 @@ BUILD_HTML = \ .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 allpatch html-tcl html-tk +.PHONY: checkexports alldist allpatch html-tcl html-tk install-headers #-------------------------------------------------------------------------- # DO NOT DELETE THIS LINE -- make depend depends on it. |