diff options
author | das <das> | 2008-06-12 06:38:01 (GMT) |
---|---|---|
committer | das <das> | 2008-06-12 06:38:01 (GMT) |
commit | 9f059e343f72ade81e047d8d86b0ee0b71e87506 (patch) | |
tree | f9b3a5ecf0f3146b991d2dbcafaa5fd3dc109c94 | |
parent | f5ca9b88a4dfa821a8acd8ed94259a13636abde1 (diff) | |
download | tcl-9f059e343f72ade81e047d8d86b0ee0b71e87506.zip tcl-9f059e343f72ade81e047d8d86b0ee0b71e87506.tar.gz tcl-9f059e343f72ade81e047d8d86b0ee0b71e87506.tar.bz2 |
* unix/Makefile.in: clean generated tclDTrace.h file.
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | unix/Makefile.in | 4 |
2 files changed, 10 insertions, 2 deletions
@@ -1,3 +1,11 @@ +2008-06-12 Daniel Steffen <das@users.sourceforge.net> + + * 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 <jeffh@ActiveState.com> * 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 |