diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-23 13:04:52 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-23 13:04:52 (GMT) |
commit | df30a3a3ac6e6eb01c81e221d015d20f0a9dffa1 (patch) | |
tree | 5cfaeac7abae89c516fbdf60b06226f109dee104 /unix | |
parent | 8e276c2e797eaecee5480090cd8951409926f9c4 (diff) | |
download | tcl-df30a3a3ac6e6eb01c81e221d015d20f0a9dffa1.zip tcl-df30a3a3ac6e6eb01c81e221d015d20f0a9dffa1.tar.gz tcl-df30a3a3ac6e6eb01c81e221d015d20f0a9dffa1.tar.bz2 |
(cherry-pick): 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 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 |