aboutsummaryrefslogtreecommitdiff
path: root/src/lib/rpc/Makefile.in
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/rpc/Makefile.in
parentf598347300f012130c0edb4bda19146439fcb6b8 (diff)
downloadkrb5-9e06e2f27bfc68bbabacf78ea1d2932bee5b3770.zip
krb5-9e06e2f27bfc68bbabacf78ea1d2932bee5b3770.tar.gz
krb5-9e06e2f27bfc68bbabacf78ea1d2932bee5b3770.tar.bz2
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/rpc/Makefile.in')
-rw-r--r--src/lib/rpc/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/rpc/Makefile.in b/src/lib/rpc/Makefile.in
index eecee54..47ed6a0 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)