summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2008-06-12 20:08:57 (GMT)
committerdas <das>2008-06-12 20:08:57 (GMT)
commit9c5b16baabde8f28eb258e1b9be4727afa812830 (patch)
treefb1b7f79b65242e5f8868a1e05556389a36e86e2
parent8e70eee26cbb5098f9435c899f6c0948a6b776d9 (diff)
downloadtcl-9c5b16baabde8f28eb258e1b9be4727afa812830.zip
tcl-9c5b16baabde8f28eb258e1b9be4727afa812830.tar.gz
tcl-9c5b16baabde8f28eb258e1b9be4727afa812830.tar.bz2
* unix/Makefile.in: add complete deps on tclDTrace.h.
-rw-r--r--ChangeLog6
-rw-r--r--unix/Makefile.in4
2 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d9d6697..42e44a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2008-06-12 Daniel Steffen <das@users.sourceforge.net>
+ * unix/Makefile.in: add complete deps on tclDTrace.h.
+
* generic/tclOO.c: use TclOOStubs hooks field to retrieve
* generic/tclOODecls.h: TclOOIntStubs pointer. [Bug 1980953]
* generic/tclOOIntDecls.h:
@@ -8,8 +10,8 @@
* generic/tclIORTrans.c: fix signed <-> unsigned cast warnings.
- * unix/Makefile.in: clean generated tclDTrace.h file.
- * unix/configure.in: fix static DTrace-enabled build on Solaris.
+ * 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 a8e7397..7657c1b 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.238 2008/06/12 06:27:13 das Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.239 2008/06/12 20:08:58 das Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -1490,7 +1490,7 @@ tclMacOSXNotify.o: $(MAC_OSX_DIR)/tclMacOSXNotify.c
# DTrace support
-$(TCL_OBJS) $(STUB_LIB_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)