summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2014-01-02 08:51:04 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2014-01-02 08:51:04 (GMT)
commit9c6b83d5b16acc5d0cd9db3cd3198efcc5d4e8e1 (patch)
tree5f9901aad9a4b8761bba8e5c6d93dd76a756c617 /unix
parent68cab106680806344f42b9406b9cc4cf4c1c607b (diff)
parent8a115927afc56356eb7398292b0fe7e00c766d02 (diff)
downloadtcl-9c6b83d5b16acc5d0cd9db3cd3198efcc5d4e8e1.zip
tcl-9c6b83d5b16acc5d0cd9db3cd3198efcc5d4e8e1.tar.gz
tcl-9c6b83d5b16acc5d0cd9db3cd3198efcc5d4e8e1.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 71851e6..69dd14f 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -1196,6 +1196,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