diff options
| author | dgp <dgp@users.sourceforge.net> | 2016-03-23 13:46:40 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2016-03-23 13:46:40 (GMT) |
| commit | a85aaef4903e33f69c95a631abdc35fb72e0cf9f (patch) | |
| tree | 29238f8d033181bce8a63d4e22e715cb10317536 /unix | |
| parent | 98aa34029a46743313bc79371186c76d79b6285e (diff) | |
| parent | 2e4f9894826461c1ec1ad485a16a2da30abe2e92 (diff) | |
| download | tcl-a85aaef4903e33f69c95a631abdc35fb72e0cf9f.zip tcl-a85aaef4903e33f69c95a631abdc35fb72e0cf9f.tar.gz tcl-a85aaef4903e33f69c95a631abdc35fb72e0cf9f.tar.bz2 | |
merge trunk
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 3518d47..491bca2 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -582,7 +582,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 |
