diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-12-29 20:57:25 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-12-29 20:57:25 (GMT) |
commit | f68ab6508b8355f713be6c3005204bbab14717aa (patch) | |
tree | 443fafc914ab6f557d09f08d00406daa7772ee6e /win/Makefile.in | |
parent | 3c1e7bd70247b897a1e6f47d8fcb6d50de880aea (diff) | |
download | tcl-f68ab6508b8355f713be6c3005204bbab14717aa.zip tcl-f68ab6508b8355f713be6c3005204bbab14717aa.tar.gz tcl-f68ab6508b8355f713be6c3005204bbab14717aa.tar.bz2 |
bugs 1090413, 1092789 fixed
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index dbc6894..a4187de 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.85 2004/12/02 18:40:17 kennykb Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.86 2004/12/29 20:57:30 kennykb Exp $ VERSION = @TCL_VERSION@ @@ -468,6 +468,7 @@ tclStubLib.${OBJEXT}: tclStubLib.c gendate: bison --output-file=$(GENERIC_DIR)/tclDate.c \ --name-prefix=TclDate \ + --no-lines \ $(GENERIC_DIR)/tclGetDate.y install: all install-binaries install-libraries install-doc |