diff options
author | das <das> | 2008-06-12 20:09:07 (GMT) |
---|---|---|
committer | das <das> | 2008-06-12 20:09:07 (GMT) |
commit | 0d6b55f2fe8c7feec7aad55b859d0f5af8e46ec0 (patch) | |
tree | f8e655c90cebbcdc7687046a06c1ec211b52d8b1 /unix/Makefile.in | |
parent | 74bc29aa0907c89d7211e2bfae06cb041bff93bc (diff) | |
download | tcl-0d6b55f2fe8c7feec7aad55b859d0f5af8e46ec0.zip tcl-0d6b55f2fe8c7feec7aad55b859d0f5af8e46ec0.tar.gz tcl-0d6b55f2fe8c7feec7aad55b859d0f5af8e46ec0.tar.bz2 |
* unix/Makefile.in: add complete deps on tclDTrace.h.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 4 |
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) |