diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2002-06-15 09:25:23 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2002-06-15 09:25:23 +0000 |
| commit | 0bc096ed4b0eebcfcf599085af310df6fab50100 (patch) | |
| tree | 9ba6c0eba1463226714d1bf4f278cd638cc75aac /src/lib/crypto/yarrow | |
| parent | 2ea32f3c3b4e16e6ad20c1d39da141d000323c0d (diff) | |
| download | krb5-0bc096ed4b0eebcfcf599085af310df6fab50100.tar.gz krb5-0bc096ed4b0eebcfcf599085af310df6fab50100.tar.xz krb5-0bc096ed4b0eebcfcf599085af310df6fab50100.zip | |
update dependencies
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14522 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/yarrow')
| -rw-r--r-- | src/lib/crypto/yarrow/Makefile.in | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/src/lib/crypto/yarrow/Makefile.in b/src/lib/crypto/yarrow/Makefile.in index 5703bb683..937dfd65e 100644 --- a/src/lib/crypto/yarrow/Makefile.in +++ b/src/lib/crypto/yarrow/Makefile.in @@ -41,14 +41,13 @@ 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 \ - $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \ - $(BUILDTOP)/include/com_err.h $(SRCTOP)/include/krb5/kdb.h \ - yarrow.h ytypes.h yhash.h $(srcdir)/../sha1/shs.h ycipher.h \ - ylock.h ystate.h yexcep.h + $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(SRCTOP)/include/krb5/kdb.h \ + $(BUILDTOP)/include/profile.h yarrow.h ytypes.h yhash.h \ + $(srcdir)/../sha1/shs.h ycipher.h ylock.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 \ - $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \ - $(BUILDTOP)/include/com_err.h $(SRCTOP)/include/krb5/kdb.h \ - yarrow.h ytypes.h yhash.h $(srcdir)/../sha1/shs.h ycipher.h \ - $(srcdir)/../enc_provider/enc_provider.h + $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(SRCTOP)/include/krb5/kdb.h \ + $(BUILDTOP)/include/profile.h yarrow.h ytypes.h yhash.h \ + $(srcdir)/../sha1/shs.h ycipher.h $(srcdir)/../enc_provider/enc_provider.h |
