summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-03-23 13:03:54 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-03-23 13:03:54 (GMT)
commit2e4f9894826461c1ec1ad485a16a2da30abe2e92 (patch)
tree95286883e388b13741b57147a67fbb337a4db07e /unix
parent7c0f0f400e864543c563e89284be7dbe07d8200d (diff)
downloadtcl-2e4f9894826461c1ec1ad485a16a2da30abe2e92.zip
tcl-2e4f9894826461c1ec1ad485a16a2da30abe2e92.tar.gz
tcl-2e4f9894826461c1ec1ad485a16a2da30abe2e92.tar.bz2
Fix DTRACE_HDR value if tracing is diabled. Follow-up to [7d0db7c388]
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in2
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