summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2008-06-12 20:09:17 (GMT)
committerdas <das>2008-06-12 20:09:17 (GMT)
commite4f4c57260ec61ec4684b6f3658d3cfe4879be02 (patch)
tree79302c0f18973834c40910602205b254cb52bfc1
parentaa2639c4bda2a4207f2c081e88e348e6371dbe66 (diff)
downloadtcl-e4f4c57260ec61ec4684b6f3658d3cfe4879be02.zip
tcl-e4f4c57260ec61ec4684b6f3658d3cfe4879be02.tar.gz
tcl-e4f4c57260ec61ec4684b6f3658d3cfe4879be02.tar.bz2
* unix/Makefile.in: add complete deps on tclDTrace.h.
-rw-r--r--ChangeLog6
-rw-r--r--unix/Makefile.in8
2 files changed, 8 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index ee9e491..8708e46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
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/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.13
diff --git a/unix/Makefile.in b/unix/Makefile.in
index dabd8f4..23b6116 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.26 2008/06/12 06:38:03 das Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.121.2.27 2008/06/12 20:09:18 das Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -308,10 +308,10 @@ ${GENERIC_FLAGS} ${PROTO_FLAGS} ${MEM_DEBUG_FLAGS} \
TCLSH_OBJS = tclAppInit.o
TCLTEST_OBJS = tclTestInit.o tclTest.o tclTestObj.o tclTestProcBodyObj.o \
- tclThreadTest.o tclUnixTest.o
+ tclThreadTest.o tclUnixTest.o
XTTEST_OBJS = xtTestInit.o tclTest.o tclTestObj.o tclTestProcBodyObj.o \
- tclThreadTest.o tclUnixTest.o tclXtNotify.o tclXtTest.o
+ tclThreadTest.o tclUnixTest.o tclXtNotify.o tclXtTest.o
GENERIC_OBJS = regcomp.o regexec.o regfree.o regerror.o tclAlloc.o \
tclAsync.o tclBasic.o tclBinary.o \
@@ -1104,7 +1104,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)