diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-01-02 17:05:45 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-01-02 17:05:45 (GMT) |
commit | 967e3660b0c1c785d2f0faf58233c05fba58e34f (patch) | |
tree | f0991a78c708b9971fa672f468838caf53436b52 /unix | |
parent | 545882a1d47f149fbf0fc1d2c24f03f86cf6465e (diff) | |
parent | 3a626d62da7cb76dafdfc9070e28a16b21852190 (diff) | |
download | tcl-967e3660b0c1c785d2f0faf58233c05fba58e34f.zip tcl-967e3660b0c1c785d2f0faf58233c05fba58e34f.tar.gz tcl-967e3660b0c1c785d2f0faf58233c05fba58e34f.tar.bz2 |
merge trunk
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 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 |