summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2001-09-10 03:23:54 (GMT)
committermdejong <mdejong>2001-09-10 03:23:54 (GMT)
commit39197f4f7fa16d70e84492838af16a77f76fc75a (patch)
treeab1e026bddfe17106d49e89e4691fd566ae5e995 /ChangeLog
parentd1eec3b592e0f72cae2a2ee84afdcba0b817b1a1 (diff)
downloadtk-39197f4f7fa16d70e84492838af16a77f76fc75a.zip
tk-39197f4f7fa16d70e84492838af16a77f76fc75a.tar.gz
tk-39197f4f7fa16d70e84492838af16a77f76fc75a.tar.bz2
* win/Makefile.in: Fix Windows Makefile so that
tcltest will automatically be compiled if the user tries to build tktest.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6bb8457..edae62b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2001-09-09 Mo DeJong <mdejong@users.sourceforge.net>
+ * win/Makefile.in: Fix Windows Makefile so that
+ tcltest will automatically be compiled if the
+ user tries to build tktest.
+
+2001-09-09 Mo DeJong <mdejong@users.sourceforge.net>
+
* win/Makefile.in: Use TKTEST variable directly
instead of depending on the tktest alias.