diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-23 13:03:54 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-23 13:03:54 (GMT) |
commit | 143c2731049b73d59148a7f19d47b78b8c24b8b2 (patch) | |
tree | 95286883e388b13741b57147a67fbb337a4db07e /unix | |
parent | a8fbe60bc59b71576c52db5f92e8ec36380a060b (diff) | |
download | tcl-143c2731049b73d59148a7f19d47b78b8c24b8b2.zip tcl-143c2731049b73d59148a7f19d47b78b8c24b8b2.tar.gz tcl-143c2731049b73d59148a7f19d47b78b8c24b8b2.tar.bz2 |
Fix DTRACE_HDR value if tracing is diabled. Follow-up to [7d0db7c388]
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 0cb9c44..897dd1f 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -584,7 +584,7 @@ MAC_OSX_SRCS = \ CYGWIN_SRCS = \ $(TOP_DIR)/win/tclWinError.c -DTRACE_HDR = tclDTrace.h +DTRACE_HDR = @DTRACE_HDR@ DTRACE_SRC = $(GENERIC_DIR)/tclDTrace.d |