diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2014-01-02 10:01:35 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2014-01-02 10:01:35 (GMT) |
| commit | f8b01b61a300fbc714c1bbd5e844e7f34849fbc8 (patch) | |
| tree | c0322c263b54294e9f551efb79ca7073ff20e204 /unix | |
| parent | 56c1db5d6c89fd0d575ab4946c635e5a26d95e13 (diff) | |
| parent | ca6fa6317057534806d328ae7047caecb39632ed (diff) | |
| download | tcl-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.in | 1 |
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 |
