summaryrefslogtreecommitdiffstats
path: root/src/lib
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/lib
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/lib')
-rw-r--r--src/lib/kadm5/ChangeLog5
-rw-r--r--src/lib/kadm5/Makefile.in4
-rw-r--r--src/lib/rpc/ChangeLog5
-rw-r--r--src/lib/rpc/Makefile.in4
4 files changed, 14 insertions, 4 deletions
diff --git a/src/lib/kadm5/ChangeLog b/src/lib/kadm5/ChangeLog
index a1b5057f14..b673d9c0b1 100644
--- a/src/lib/kadm5/ChangeLog
+++ b/src/lib/kadm5/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-12 Tom Yu <tlyu@mit.edu>
+
+ * Makefile.in (all-prerecurse): Change double colons to single
+ colons.
+
2002-11-05 Tom Yu <tlyu@mit.edu>
* chpass_util_strings.et: Remove trailing colons, as new
diff --git a/src/lib/kadm5/Makefile.in b/src/lib/kadm5/Makefile.in
index 214dee81d7..f6abe94286 100644
--- a/src/lib/kadm5/Makefile.in
+++ b/src/lib/kadm5/Makefile.in
@@ -92,8 +92,8 @@ includes:: $(SRC_HDRS) $(BUILD_HDRS)
clean-unix::
$(RM) $(HDRS)
-all-prerecurse:: includes
-all-prerecurse:: all-libobjs
+all-prerecurse: includes
+all-prerecurse: all-libobjs
all-windows:: $(OBJS)
diff --git a/src/lib/rpc/ChangeLog b/src/lib/rpc/ChangeLog
index 5024f721c7..2a33ed95b8 100644
--- a/src/lib/rpc/ChangeLog
+++ b/src/lib/rpc/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-12 Tom Yu <tlyu@mit.edu>
+
+ * Makefile.in (all-prerecurse): Change double colons to single
+ colons.
+
2002-11-11 Ken Raeburn <raeburn@mit.edu>
* get_myaddress.c (get_myaddress): Local array buf size should be
diff --git a/src/lib/rpc/Makefile.in b/src/lib/rpc/Makefile.in
index eecee540b3..47ed6a0a7b 100644
--- a/src/lib/rpc/Makefile.in
+++ b/src/lib/rpc/Makefile.in
@@ -174,8 +174,8 @@ HDRS= $(HDRDIR)/auth.h \
$(HDRDIR)/types.h \
$(HDRDIR)/xdr.h
-all-prerecurse:: includes
-all-prerecurse:: all-liblinks
+all-prerecurse: includes
+all-prerecurse: all-liblinks
all-windows:: $(OBJS)