diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2014-01-02 08:51:04 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2014-01-02 08:51:04 (GMT) |
commit | f918716ff4945cac9a2903bde7f3a337fee78c90 (patch) | |
tree | 5f9901aad9a4b8761bba8e5c6d93dd76a756c617 /unix/Makefile.in | |
parent | 65dd021cbcc7d9cb9941ec405dc77eb62e75239f (diff) | |
parent | 292e2af7bb58a0e65d97b00604f9e59dc2ffa9ce (diff) | |
download | tcl-f918716ff4945cac9a2903bde7f3a337fee78c90.zip tcl-f918716ff4945cac9a2903bde7f3a337fee78c90.tar.gz tcl-f918716ff4945cac9a2903bde7f3a337fee78c90.tar.bz2 |
merge trunk
Diffstat (limited to 'unix/Makefile.in')
-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 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 |