summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2001-11-09 07:11:26 (GMT)
committermdejong <mdejong>2001-11-09 07:11:26 (GMT)
commit31b7282d515996a6120c332d856e109bf08c9ee7 (patch)
tree8da7401f2b0237d2e18378cc7ab8ef8dbf75ba4f /ChangeLog
parent168724cb2728ec1a19ba2ea0e597a5e129aa48c9 (diff)
downloadtcl-31b7282d515996a6120c332d856e109bf08c9ee7.zip
tcl-31b7282d515996a6120c332d856e109bf08c9ee7.tar.gz
tcl-31b7282d515996a6120c332d856e109bf08c9ee7.tar.bz2
* unix/Makefile.in:
* unix/dltest/Makefile.in: Avoid adding libc to the LIBS variable since it is not needed when linking with CC. If required when linking with LD it should be done on a case by case basis in tcl.m4.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 24e806f..f15ef27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2001-11-08 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * unix/Makefile.in:
+ * unix/dltest/Makefile.in:
+ Avoid adding libc to the LIBS variable since it
+ is not needed when linking with CC. If required
+ when linking with LD it should be done on a case
+ by case basis in tcl.m4.
+
2001-11-08 David Gravereaux <davygrvy@pobox.com>
* win/rules.vc: