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 | 01b3ed273d8bc39ed3778f33fcf124b7e814f6fa (patch) | |
| tree | 450bdeeb29720668a7c71047827e7280191e4b13 /unix | |
| parent | 461700d26df98b1a8a6039d90f9bf0c080434ed2 (diff) | |
| download | tcl-01b3ed273d8bc39ed3778f33fcf124b7e814f6fa.zip tcl-01b3ed273d8bc39ed3778f33fcf124b7e814f6fa.tar.gz tcl-01b3ed273d8bc39ed3778f33fcf124b7e814f6fa.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 \ |
