summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-09-04 19:17:50 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-09-04 19:17:50 (GMT)
commit4aafa2f449bf945d47328866d5406c59b7e423f3 (patch)
tree1e21f1d323110ee89555e0172543c8268c94d4ae /ChangeLog
parenta76e0a5497d061d56ad51d61a7700baaa2a84f2b (diff)
downloadtcl-4aafa2f449bf945d47328866d5406c59b7e423f3.zip
tcl-4aafa2f449bf945d47328866d5406c59b7e423f3.tar.gz
tcl-4aafa2f449bf945d47328866d5406c59b7e423f3.tar.bz2
* unix/Makefile.in: It's unreliable to count on the release
manager to remember to `make genstubs` before `make dist`. Let the Makefile remember the dependency for us.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d8b810b..dfc004b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-09-04 Don Porter <dgp@users.sourceforge.net>
+ * unix/Makefile.in: It's unreliable to count on the release
+ manager to remember to `make genstubs` before `make dist`. Let the
+ Makefile remember the dependency for us.
+
* unix/Makefile.in: Corrections to `make dist` dependencies to be
sure that macosx/configure gets generated whenever it does not exist.