diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2010-11-04 15:55:45 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2010-11-04 15:55:45 (GMT) |
| commit | 202394e0959ce32efd1b59266aeb8258193344e3 (patch) | |
| tree | 461ecfe11ca547f835e6f714da86ee189eb05550 | |
| parent | 379b503773335939044a4414a4f353e40fd15031 (diff) | |
| download | tcl-202394e0959ce32efd1b59266aeb8258193344e3.zip tcl-202394e0959ce32efd1b59266aeb8258193344e3.tar.gz tcl-202394e0959ce32efd1b59266aeb8258193344e3.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. |
