summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordas <das>2008-06-12 20:09:07 (GMT)
committerdas <das>2008-06-12 20:09:07 (GMT)
commitbb2f5b269ff49ce4ad2e6bf18bf4f71218031e46 (patch)
treef8e655c90cebbcdc7687046a06c1ec211b52d8b1 /unix
parent21e8bc5713992c4e3512be84c97d3d7facc55e0a (diff)
downloadtcl-bb2f5b269ff49ce4ad2e6bf18bf4f71218031e46.zip
tcl-bb2f5b269ff49ce4ad2e6bf18bf4f71218031e46.tar.gz
tcl-bb2f5b269ff49ce4ad2e6bf18bf4f71218031e46.tar.bz2
* unix/Makefile.in: add complete deps on tclDTrace.h.
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
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)