From 0d6b55f2fe8c7feec7aad55b859d0f5af8e46ec0 Mon Sep 17 00:00:00 2001 From: das Date: Thu, 12 Jun 2008 20:09:07 +0000 Subject: * unix/Makefile.in: add complete deps on tclDTrace.h. --- ChangeLog | 6 ++++-- unix/Makefile.in | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6a66486..586941a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ 2008-06-12 Daniel Steffen - * unix/Makefile.in: clean generated tclDTrace.h file. - * unix/configure.in: fix static DTrace-enabled build on Solaris. + * unix/Makefile.in: add complete deps on tclDTrace.h. + + * unix/Makefile.in: clean generated tclDTrace.h file. + * unix/configure.in (SunOS): fix static DTrace-enabled build. * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc. * unix/configure: autoconf-2.59 diff --git a/unix/Makefile.in b/unix/Makefile.in index 174d86c..f950046 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -4,7 +4,7 @@ # "./configure", which is a configuration script generated by the "autoconf" # program (constructs like "@foo@" will get replaced in the actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.229.2.1 2008/06/12 06:34:35 das Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.229.2.2 2008/06/12 20:09:11 das Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -1449,7 +1449,7 @@ tclMacOSXNotify.o: $(MAC_OSX_DIR)/tclMacOSXNotify.c # DTrace support -$(TCL_OBJS): @DTRACE_HDR@ +$(TCL_OBJS) $(STUB_LIB_OBJS) $(TCLSH_OBJS) $(TCLTEST_OBJS) $(XTTEST_OBJS): @DTRACE_HDR@ $(DTRACE_HDR): $(DTRACE_SRC) $(DTRACE) -h $(DTRACE_SWITCHES) -o $@ -s $(DTRACE_SRC) -- cgit v0.12