summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2014-01-02 10:01:35 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2014-01-02 10:01:35 (GMT)
commitf8b01b61a300fbc714c1bbd5e844e7f34849fbc8 (patch)
treec0322c263b54294e9f551efb79ca7073ff20e204 /unix
parent56c1db5d6c89fd0d575ab4946c635e5a26d95e13 (diff)
parentca6fa6317057534806d328ae7047caecb39632ed (diff)
downloadtcl-f8b01b61a300fbc714c1bbd5e844e7f34849fbc8.zip
tcl-f8b01b61a300fbc714c1bbd5e844e7f34849fbc8.tar.gz
tcl-f8b01b61a300fbc714c1bbd5e844e7f34849fbc8.tar.bz2
more fixes to instruction tracing; ensure all places that need DECACHE_STACK_INFO have it
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index a0d0c87..f74d516 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -1195,6 +1195,7 @@ tclLoadDld.o: $(UNIX_DIR)/tclLoadDld.c
$(CC) -c $(CC_SWITCHES) $(UNIX_DIR)/tclLoadDld.c
tclLoadDyld.o: $(UNIX_DIR)/tclLoadDyld.c
+ @echo Warnings are expected from compiling tclLoadDyld.c: deprecated API use
$(CC) -c $(CC_SWITCHES) $(UNIX_DIR)/tclLoadDyld.c
tclLoadNone.o: $(GENERIC_DIR)/tclLoadNone.c