From dad6fa2036b108d4d7dfc733e4f5379d37770999 Mon Sep 17 00:00:00 2001 From: Kevin B Kenny Date: Fri, 16 May 2003 17:00:27 +0000 Subject: Removed one reference to tclDToA.c that shouldn't have been there. --- ChangeLog | 4 ++++ unix/Makefile.in | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 966a960..01a0378 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-05-16 Kevin B. Kenny + + * unix/Makefile.in: Removed one excess source file tclDToA.c + 2003-05-16 Daniel Steffen * macosx/Tcl.pbproj/project.pbxproj: updated copyright year. 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 \ -- cgit v0.12