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 /unix | |
parent | 3c1e7bd70247b897a1e6f47d8fcb6d50de880aea (diff) | |
download | tcl-f68ab6508b8355f713be6c3005204bbab14717aa.zip tcl-f68ab6508b8355f713be6c3005204bbab14717aa.tar.gz tcl-f68ab6508b8355f713be6c3005204bbab14717aa.tar.bz2 |
bugs 1090413, 1092789 fixed
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index b538716..d5cecd5 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.158 2004/12/07 23:15:19 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.159 2004/12/29 20:57:30 kennykb Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -562,6 +562,7 @@ topDirName: gendate: bison --output-file=$(GENERIC_DIR)/tclDate.c \ + --no-lines \ --name-prefix=TclDate \ $(GENERIC_DIR)/tclGetDate.y |