From 9e06e2f27bfc68bbabacf78ea1d2932bee5b3770 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Thu, 12 Dec 2002 21:10:55 +0000 Subject: 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 --- src/lib/kadm5/ChangeLog | 5 +++++ src/lib/kadm5/Makefile.in | 4 ++-- src/lib/rpc/ChangeLog | 5 +++++ src/lib/rpc/Makefile.in | 4 ++-- 4 files changed, 14 insertions(+), 4 deletions(-) (limited to 'src/lib') diff --git a/src/lib/kadm5/ChangeLog b/src/lib/kadm5/ChangeLog index a1b5057f1..b673d9c0b 100644 --- a/src/lib/kadm5/ChangeLog +++ b/src/lib/kadm5/ChangeLog @@ -1,3 +1,8 @@ +2002-12-12 Tom Yu + + * Makefile.in (all-prerecurse): Change double colons to single + colons. + 2002-11-05 Tom Yu * chpass_util_strings.et: Remove trailing colons, as new diff --git a/src/lib/kadm5/Makefile.in b/src/lib/kadm5/Makefile.in index 214dee81d..f6abe9428 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 5024f721c..2a33ed95b 100644 --- a/src/lib/rpc/ChangeLog +++ b/src/lib/rpc/ChangeLog @@ -1,3 +1,8 @@ +2002-12-12 Tom Yu + + * Makefile.in (all-prerecurse): Change double colons to single + colons. + 2002-11-11 Ken Raeburn * 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 eecee540b..47ed6a0a7 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) -- cgit