summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/yarrow
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2005-06-21 00:45:08 +0000
committerKen Raeburn <raeburn@mit.edu>2005-06-21 00:45:08 +0000
commitf4aaa29ac68e3dd5a2ae326cd54918c7250558e9 (patch)
tree65cefc7182812af1c51d4ab36bec8aeefdc064e7 /src/lib/crypto/yarrow
parent5334113c0635a75e6c59e34348d80dc817782beb (diff)
downloadkrb5-f4aaa29ac68e3dd5a2ae326cd54918c7250558e9.tar.gz
krb5-f4aaa29ac68e3dd5a2ae326cd54918c7250558e9.tar.xz
krb5-f4aaa29ac68e3dd5a2ae326cd54918c7250558e9.zip
Update dependencies
N.B.: The version of gcc used this time ("gcc version 3.4.3 20041212 (Red Hat 3.4.3-9.EL4)") seems to emit some duplicate dependencies -- some header files get listed twice. This is annoying but shouldn't cause any harm.... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17256 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/yarrow')
-rw-r--r--src/lib/crypto/yarrow/Makefile.in22
1 files changed, 14 insertions, 8 deletions
diff --git a/src/lib/crypto/yarrow/Makefile.in b/src/lib/crypto/yarrow/Makefile.in
index ad9cf762f..a4267befb 100644
--- a/src/lib/crypto/yarrow/Makefile.in
+++ b/src/lib/crypto/yarrow/Makefile.in
@@ -44,16 +44,22 @@ clean-unix:: clean-libobjs
yarrow.so yarrow.po $(OUTPRE)yarrow.$(OBJEXT): yarrow.c \
$(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \
$(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h \
- $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5.h \
- $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h $(SRCTOP)/include/port-sockets.h \
+ $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-thread.h \
+ $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
+ $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h \
$(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/krb5/kdb.h \
- yarrow.h ytypes.h yhash.h $(srcdir)/../sha1/shs.h ycipher.h \
- ylock.h ystate.h yexcep.h
+ yarrow.h ytypes.h $(BUILDTOP)/include/krb5/autoconf.h \
+ yhash.h $(srcdir)/../sha1/shs.h $(SRCTOP)/include/k5-int.h \
+ ycipher.h ylock.h $(SRCTOP)/include/k5-thread.h ystate.h \
+ yexcep.h
ycipher.so ycipher.po $(OUTPRE)ycipher.$(OBJEXT): ycipher.c \
$(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \
$(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h \
- $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5.h \
- $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h $(SRCTOP)/include/port-sockets.h \
+ $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-thread.h \
+ $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
+ $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h \
$(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/krb5/kdb.h \
- yarrow.h ytypes.h yhash.h $(srcdir)/../sha1/shs.h ycipher.h \
- $(srcdir)/../enc_provider/enc_provider.h
+ yarrow.h ytypes.h $(BUILDTOP)/include/krb5/autoconf.h \
+ yhash.h $(srcdir)/../sha1/shs.h $(SRCTOP)/include/k5-int.h \
+ ycipher.h $(srcdir)/../enc_provider/enc_provider.h \
+ $(SRCTOP)/include/k5-int.h