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)
commit5191cbbfe2ff775c5939459c0bc36b337ff1c721 (patch)
treef0991a78c708b9971fa672f468838caf53436b52 /unix
parentee2dd7eabbdbd4d571213ca8a678dd48e082ddd2 (diff)
parent9c349ce2e2abd31e931f74db13cc8e28c94fbd07 (diff)
downloadtcl-5191cbbfe2ff775c5939459c0bc36b337ff1c721.zip
tcl-5191cbbfe2ff775c5939459c0bc36b337ff1c721.tar.gz
tcl-5191cbbfe2ff775c5939459c0bc36b337ff1c721.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