diff options
author | ericm <ericm> | 2000-06-06 04:39:49 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-06-06 04:39:49 (GMT) |
commit | 0737d29e2d2062d97c9d6c1a37b7e2c5ba4f3719 (patch) | |
tree | 6da05801a17412b25acfb67bbd9d401f1d62d2cf /unix | |
parent | 6e89a805b5cdbf1fd201912c8f304a2020f3bca6 (diff) | |
download | tcl-0737d29e2d2062d97c9d6c1a37b7e2c5ba4f3719.zip tcl-0737d29e2d2062d97c9d6c1a37b7e2c5ba4f3719.tar.gz tcl-0737d29e2d2062d97c9d6c1a37b7e2c5ba4f3719.tar.bz2 |
Added tcl.hpj.in to distribution.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 9690375..d0d563d 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.65 2000/05/03 00:13:55 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.66 2000/06/06 04:39:49 ericm Exp $ VERSION = @TCL_VERSION@ @@ -475,7 +475,7 @@ topDirName: gendate: yacc -l $(GENERIC_DIR)/tclGetDate.y sed -e 's/yy/TclDate/g' -e '/^#include <values.h>/d' \ - -e 's?SCCSID?RCS: @(#) $$Id: Makefile.in,v 1.65 2000/05/03 00:13:55 hobbs Exp $$?' \ + -e 's?SCCSID?RCS: @(#) $$Id: Makefile.in,v 1.66 2000/06/06 04:39:49 ericm Exp $$?' \ -e '/#ifdef __STDC__/,/#endif/d' -e '/TclDateerrlab:/d' \ -e '/TclDatenewstate:/d' -e '/#pragma/d' \ -e '/#include <inttypes.h>/d' -e 's/const /CONST /g' \ @@ -1153,6 +1153,7 @@ dist: $(UNIX_DIR)/configure $(DISTDIR)/win cp -p $(TOP_DIR)/win/*.bat $(DISTDIR)/win cp -p $(TOP_DIR)/win/makefile.* $(DISTDIR)/win + cp -p $(TOP_DIR)/win/tcl.hpj.in $(DISTDIR)/win cp -p $(TOP_DIR)/win/README $(DISTDIR)/win cp -p $(TOP_DIR)/license.terms $(DISTDIR)/win mkdir $(DISTDIR)/mac |