summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2007-03-15 22:54:57 (GMT)
committermdejong <mdejong>2007-03-15 22:54:57 (GMT)
commit3151441166a62084e4d9c1a15b6f3aa133efe129 (patch)
tree14f663cc090a4b46064c98a606bb7bd043b9462a /ChangeLog
parent629cc476cfb173e222a3baf4aa896ccdc59b9c78 (diff)
downloadtcl-3151441166a62084e4d9c1a15b6f3aa133efe129.zip
tcl-3151441166a62084e4d9c1a15b6f3aa133efe129.tar.gz
tcl-3151441166a62084e4d9c1a15b6f3aa133efe129.tar.bz2
* win/Makefile.in: Fully qualify LIBRARY_DIR so
that `make test` does not depend on working dir.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73658e0..3ccac78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-03-15 Mo DeJong <mdejong@users.sourceforge.net>
+ * win/Makefile.in: Fully qualify LIBRARY_DIR so
+ that `make test` does not depend on working dir.
+
+2007-03-15 Mo DeJong <mdejong@users.sourceforge.net>
+
* tests/parse.test: Add two backslash newline parse tests.
2007-03-12 Don Porter <dgp@users.sourceforge.net>