diff options
-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. |