summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-03-23 13:04:52 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-03-23 13:04:52 (GMT)
commit8173838454d2726f66f634c40d4171ba85a9dfc5 (patch)
tree5cfaeac7abae89c516fbdf60b06226f109dee104
parent3a11f2d6af5007223d5687ccf4e25ca68e290b34 (diff)
downloadtcl-8173838454d2726f66f634c40d4171ba85a9dfc5.zip
tcl-8173838454d2726f66f634c40d4171ba85a9dfc5.tar.gz
tcl-8173838454d2726f66f634c40d4171ba85a9dfc5.tar.bz2
(cherry-pick): Fix DTRACE_HDR value if tracing is diabled. Follow-up to [7d0db7c388]
-rw-r--r--unix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index cc438a4..7604bc7 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