summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-01-02 17:05:45 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-01-02 17:05:45 (GMT)
commit967e3660b0c1c785d2f0faf58233c05fba58e34f (patch)
treef0991a78c708b9971fa672f468838caf53436b52 /unix
parent545882a1d47f149fbf0fc1d2c24f03f86cf6465e (diff)
parent3a626d62da7cb76dafdfc9070e28a16b21852190 (diff)
downloadtcl-967e3660b0c1c785d2f0faf58233c05fba58e34f.zip
tcl-967e3660b0c1c785d2f0faf58233c05fba58e34f.tar.gz
tcl-967e3660b0c1c785d2f0faf58233c05fba58e34f.tar.bz2
merge trunk
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 ac04b8f..12cfbcf 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -1193,6 +1193,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