diff options
author | Kevin B Kenny <kennykb@acm.org> | 2003-05-16 17:00:27 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2003-05-16 17:00:27 (GMT) |
commit | dad6fa2036b108d4d7dfc733e4f5379d37770999 (patch) | |
tree | 450bdeeb29720668a7c71047827e7280191e4b13 /unix | |
parent | 4319168f0f99af479493a41a0c7ee853e406952c (diff) | |
download | tcl-dad6fa2036b108d4d7dfc733e4f5379d37770999.zip tcl-dad6fa2036b108d4d7dfc733e4f5379d37770999.tar.gz tcl-dad6fa2036b108d4d7dfc733e4f5379d37770999.tar.bz2 |
Removed one reference to tclDToA.c that shouldn't have been there.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 24eabc0..74bcc21 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.126 2003/05/15 21:51:46 kennykb Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.127 2003/05/16 17:00:30 kennykb Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -354,7 +354,6 @@ GENERIC_SRCS = \ $(GENERIC_DIR)/tclCompile.c \ $(GENERIC_DIR)/tclDate.c \ $(GENERIC_DIR)/tclDictObj.c \ - $(GENERIC_DIR)/tclDToA.c \ $(GENERIC_DIR)/tclEncoding.c \ $(GENERIC_DIR)/tclEnv.c \ $(GENERIC_DIR)/tclEvent.c \ |