aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/enc_provider
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-06-15 09:25:23 +0000
committerKen Raeburn <raeburn@mit.edu>2002-06-15 09:25:23 +0000
commit0bc096ed4b0eebcfcf599085af310df6fab50100 (patch)
tree9ba6c0eba1463226714d1bf4f278cd638cc75aac /src/lib/crypto/enc_provider
parent2ea32f3c3b4e16e6ad20c1d39da141d000323c0d (diff)
downloadkrb5-0bc096ed4b0eebcfcf599085af310df6fab50100.zip
krb5-0bc096ed4b0eebcfcf599085af310df6fab50100.tar.gz
krb5-0bc096ed4b0eebcfcf599085af310df6fab50100.tar.bz2
update dependencies
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14522 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/enc_provider')
-rw-r--r--src/lib/crypto/enc_provider/Makefile.in18
1 files changed, 8 insertions, 10 deletions
diff --git a/src/lib/crypto/enc_provider/Makefile.in b/src/lib/crypto/enc_provider/Makefile.in
index dcbdf3a..67344fa 100644
--- a/src/lib/crypto/enc_provider/Makefile.in
+++ b/src/lib/crypto/enc_provider/Makefile.in
@@ -36,18 +36,16 @@ clean-unix:: clean-libobjs
#
des.so des.po $(OUTPRE)des.$(OBJEXT): des.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 \
- $(srcdir)/../des/des_int.h enc_provider.h
+ $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(SRCTOP)/include/krb5/kdb.h \
+ $(BUILDTOP)/include/profile.h $(srcdir)/../des/des_int.h \
+ enc_provider.h
des3.so des3.po $(OUTPRE)des3.$(OBJEXT): des3.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 \
- $(srcdir)/../des/des_int.h
+ $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(SRCTOP)/include/krb5/kdb.h \
+ $(BUILDTOP)/include/profile.h $(srcdir)/../des/des_int.h
arcfour.so arcfour.po $(OUTPRE)arcfour.$(OBJEXT): arcfour.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 \
- $(srcdir)/../arcfour/arcfour-int.h $(srcdir)/../arcfour/arcfour.h \
- enc_provider.h
+ $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(SRCTOP)/include/krb5/kdb.h \
+ $(BUILDTOP)/include/profile.h $(srcdir)/../arcfour/arcfour-int.h \
+ $(srcdir)/../arcfour/arcfour.h enc_provider.h