summaryrefslogtreecommitdiffstats
path: root/src/config/ChangeLog
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2002-12-12 21:10:55 +0000
committerTom Yu <tlyu@mit.edu>2002-12-12 21:10:55 +0000
commit9e06e2f27bfc68bbabacf78ea1d2932bee5b3770 (patch)
treecc7ae9f4f3f2403ed393ca040cc82ed82b80e9bf /src/config/ChangeLog
parentf598347300f012130c0edb4bda19146439fcb6b8 (diff)
downloadkrb5-9e06e2f27bfc68bbabacf78ea1d2932bee5b3770.tar.gz
krb5-9e06e2f27bfc68bbabacf78ea1d2932bee5b3770.tar.xz
krb5-9e06e2f27bfc68bbabacf78ea1d2932bee5b3770.zip
Fix depend rules to keep state about whether verification of various
things succeeded. Change some double colons to single colons. Add a new depend-dependencies target to allow Makefile.in to specify things that must be built for depend to work. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15045 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config/ChangeLog')
-rw-r--r--src/config/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog
index 1361cb9a1..b7731d9b2 100644
--- a/src/config/ChangeLog
+++ b/src/config/ChangeLog
@@ -1,3 +1,13 @@
+2002-12-12 Tom Yu <tlyu@mit.edu>
+
+ * post.in: Fix depend rules to keep state about whether
+ verification of various things succeeded. Change some double
+ colons to single colons. Add a new depend-dependencies target to
+ allow Makefile.in to specify things that must be built for depend
+ to work.
+
+ * pre.in: Fix recursion rules to use fewer double colons.
+
2002-12-09 Tom Yu <tlyu@mit.edu>
* post.in: depfix2.sed -> .depfix2.sed to avoid a little clutter.