diff options
author | kennykb <kennykb@noemail.net> | 2004-12-29 20:57:24 (GMT) |
---|---|---|
committer | kennykb <kennykb@noemail.net> | 2004-12-29 20:57:24 (GMT) |
commit | bfb5407182ecb6762c0f4b1bd305c0f283e68a53 (patch) | |
tree | 443fafc914ab6f557d09f08d00406daa7772ee6e /win/Makefile.in | |
parent | cd8637a0f2474450c426af344561a41e13617293 (diff) | |
download | tcl-bfb5407182ecb6762c0f4b1bd305c0f283e68a53.zip tcl-bfb5407182ecb6762c0f4b1bd305c0f283e68a53.tar.gz tcl-bfb5407182ecb6762c0f4b1bd305c0f283e68a53.tar.bz2 |
bugs 1090413, 1092789 fixed
FossilOrigin-Name: c237cdd9eca448e03244267b222acb6131c1eacc
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 |