summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordas <das>2008-04-15 10:10:42 (GMT)
committerdas <das>2008-04-15 10:10:42 (GMT)
commitd8b21102ffefe834f5aaacd2b5187b2130147610 (patch)
treec771733cd37a4d463b8d766ad345a78066466a17 /unix/Makefile.in
parent1be77f417e95d3afb2fe656716045099bca44351 (diff)
downloadtcl-d8b21102ffefe834f5aaacd2b5187b2130147610.zip
tcl-d8b21102ffefe834f5aaacd2b5187b2130147610.tar.gz
tcl-d8b21102ffefe834f5aaacd2b5187b2130147610.tar.bz2
* unix/Makefile.in: adjust tclDTrace.h dependencies for removal
of tclStubLib.o from TCL_OBJS. [Bug 1942795]
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index cbc5594..bfeccb7 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.230 2008/04/01 16:23:42 dgp Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.231 2008/04/15 10:10:43 das Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -1448,7 +1448,7 @@ tclMacOSXNotify.o: $(MAC_OSX_DIR)/tclMacOSXNotify.c
# DTrace support
-$(TCL_OBJS): @DTRACE_HDR@
+$(TCL_OBJS) $(STUB_LIB_OBJS): @DTRACE_HDR@
$(DTRACE_HDR): $(DTRACE_SRC)
$(DTRACE) -h $(DTRACE_SWITCHES) -o $@ -s $(DTRACE_SRC)