From 9f059e343f72ade81e047d8d86b0ee0b71e87506 Mon Sep 17 00:00:00 2001 From: das Date: Thu, 12 Jun 2008 06:38:01 +0000 Subject: * unix/Makefile.in: clean generated tclDTrace.h file. --- ChangeLog | 8 ++++++++ unix/Makefile.in | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c432627..ee9e491 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-06-12 Daniel Steffen + + * unix/Makefile.in: clean generated tclDTrace.h file. + * unix/configure.in: fix static DTrace-enabled build on Solaris. + + * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc. + * unix/configure: autoconf-2.13 + 2008-05-26 Jeff Hobbs * tests/io.test (io-53.9): need to close chan before removing file. diff --git a/unix/Makefile.in b/unix/Makefile.in index 6fdcca2..dabd8f4 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.121.2.25 2008/02/27 22:45:31 das Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.121.2.26 2008/06/12 06:38:03 das Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -772,7 +772,7 @@ Makefile: $(UNIX_DIR)/Makefile.in $(DLTEST_DIR)/Makefile.in clean: rm -f *.a *.o libtcl* core errs *~ \#* TAGS *.E a.out \ - errors tclsh tcltest lib.exp Tcl + errors tclsh tcltest lib.exp Tcl @DTRACE_HDR@ cd dltest ; $(MAKE) clean distclean: clean -- cgit v0.12