diff options
author | mdejong <mdejong> | 2001-11-09 07:14:23 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-11-09 07:14:23 (GMT) |
commit | 263fc29415c791d179a385258a16a1201fff5033 (patch) | |
tree | f7d7fc0a6d41dd0d95c73f7a282a4bf536bec726 /ChangeLog | |
parent | 98b33f507291a1711c437297ee46e62bdc844bd0 (diff) | |
download | tk-263fc29415c791d179a385258a16a1201fff5033.zip tk-263fc29415c791d179a385258a16a1201fff5033.tar.gz tk-263fc29415c791d179a385258a16a1201fff5033.tar.bz2 |
* unix/Makefile.in:
Avoid adding libc to the LIBS and WISH_LIBS
variables 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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2001-11-08 Mo DeJong <mdejong@users.sourceforge.net> + + * unix/Makefile.in: + Avoid adding libc to the LIBS and WISH_LIBS + variables 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-05 Donal K. Fellows <fellowsd@cs.man.ac.uk> * library/demos/dialog2.tcl: Typo-fix. |