summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2007-04-30 22:58:18 (GMT)
committerdas <das>2007-04-30 22:58:18 (GMT)
commitf517800ef8d7c3af46ccb2773a711e38792e3d67 (patch)
treece74e5efe9c5d8f90f340faddcbde8023950f7fa /ChangeLog
parent9ef12ec2e6b788e6fd8c838ca5eb1f4c02c4db29 (diff)
downloadtcl-f517800ef8d7c3af46ccb2773a711e38792e3d67.zip
tcl-f517800ef8d7c3af46ccb2773a711e38792e3d67.tar.gz
tcl-f517800ef8d7c3af46ccb2773a711e38792e3d67.tar.bz2
* unix/Makefile.in: add 'tclsh' dependency to install targets that rely
on tclsh, fixes parallel 'make install' from empty build dir.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f31279..7c623c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-04-30 Daniel Steffen <das@users.sourceforge.net>
+
+ * unix/Makefile.in: add 'tclsh' dependency to install targets that rely
+ on tclsh, fixes parallel 'make install' from empty build dir.
+
2007-04-29 Daniel Steffen <das@users.sourceforge.net>
* unix/tclUnixFCmd.c: add workaround for crashing bug in fts_open()