diff options
author | Geoff Thorpe <geoff@openssl.org> | 2004-05-17 21:26:06 +0200 |
---|---|---|
committer | Geoff Thorpe <geoff@openssl.org> | 2004-05-17 21:26:06 +0200 |
commit | 9c52d2cc75c2978dbee5075bfeed9968c68f403d (patch) | |
tree | ec521bf123ef4e47a00c7a37f8af162bc47f6ec0 /crypto/krb5 | |
parent | Deprecate the recursive includes of bn.h from various API headers (asn1.h, (diff) | |
download | openssl-9c52d2cc75c2978dbee5075bfeed9968c68f403d.tar.xz openssl-9c52d2cc75c2978dbee5075bfeed9968c68f403d.zip |
After the latest round of header-hacking, regenerate the dependencies in
the Makefiles. NB: this commit is probably going to generate a huge posting
and it is highly uninteresting to read.
Diffstat (limited to 'crypto/krb5')
-rw-r--r-- | crypto/krb5/Makefile.ssl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/crypto/krb5/Makefile.ssl b/crypto/krb5/Makefile.ssl index d9224c0f09..26b88e7cdd 100644 --- a/crypto/krb5/Makefile.ssl +++ b/crypto/krb5/Makefile.ssl @@ -81,9 +81,8 @@ clean: # DO NOT DELETE THIS LINE -- make depend depends on it. krb5_asn.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h -krb5_asn.o: ../../include/openssl/bio.h ../../include/openssl/bn.h -krb5_asn.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h -krb5_asn.o: ../../include/openssl/krb5_asn.h +krb5_asn.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h +krb5_asn.o: ../../include/openssl/e_os2.h ../../include/openssl/krb5_asn.h krb5_asn.o: ../../include/openssl/opensslconf.h krb5_asn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h krb5_asn.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h |