diff options
author | das <das> | 2008-06-12 20:08:57 (GMT) |
---|---|---|
committer | das <das> | 2008-06-12 20:08:57 (GMT) |
commit | 9c5b16baabde8f28eb258e1b9be4727afa812830 (patch) | |
tree | fb1b7f79b65242e5f8868a1e05556389a36e86e2 /unix/Makefile.in | |
parent | 8e70eee26cbb5098f9435c899f6c0948a6b776d9 (diff) | |
download | tcl-9c5b16baabde8f28eb258e1b9be4727afa812830.zip tcl-9c5b16baabde8f28eb258e1b9be4727afa812830.tar.gz tcl-9c5b16baabde8f28eb258e1b9be4727afa812830.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 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) |