diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2014-01-02 08:50:08 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2014-01-02 08:50:08 (GMT) |
commit | 292e2af7bb58a0e65d97b00604f9e59dc2ffa9ce (patch) | |
tree | c0322c263b54294e9f551efb79ca7073ff20e204 /unix | |
parent | 61fd69a37510ad47b187a6072edf47a4aebc19ce (diff) | |
download | tcl-292e2af7bb58a0e65d97b00604f9e59dc2ffa9ce.zip tcl-292e2af7bb58a0e65d97b00604f9e59dc2ffa9ce.tar.gz tcl-292e2af7bb58a0e65d97b00604f9e59dc2ffa9ce.tar.bz2 |
... and more silly errors
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 |