diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-11-04 15:55:45 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-11-04 15:55:45 (GMT) |
commit | 8f8ed2499547817983e9e6081c7863c1e54b8aa7 (patch) | |
tree | 461ecfe11ca547f835e6f714da86ee189eb05550 | |
parent | afd4bf4365ce1f5bfafbb3bc6dc6346f0135c7c6 (diff) | |
download | tcl-8f8ed2499547817983e9e6081c7863c1e54b8aa7.zip tcl-8f8ed2499547817983e9e6081c7863c1e54b8aa7.tar.gz tcl-8f8ed2499547817983e9e6081c7863c1e54b8aa7.tar.bz2 |
Minor change: Added missing .PHONY marker for install-headers
-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. |