diff options
author | Ben Laurie <ben@openssl.org> | 2007-09-19 16:53:18 +0200 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 2007-09-19 16:53:18 +0200 |
commit | 9311c4421abb4122b6191d6f0bc4652f896bd779 (patch) | |
tree | bacd67dd7810cd3191a3d18518078504e3ac6696 /crypto/x509/Makefile | |
parent | The other half of make errors. (diff) | |
download | openssl-9311c4421abb4122b6191d6f0bc4652f896bd779.tar.xz openssl-9311c4421abb4122b6191d6f0bc4652f896bd779.zip |
Fix dependencies. Make depend.
Diffstat (limited to 'crypto/x509/Makefile')
-rw-r--r-- | crypto/x509/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/crypto/x509/Makefile b/crypto/x509/Makefile index ddcc3124a7..ca8f02bfe7 100644 --- a/crypto/x509/Makefile +++ b/crypto/x509/Makefile @@ -231,13 +231,14 @@ x509_r2x.o: ../../include/openssl/sha.h ../../include/openssl/stack.h x509_r2x.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h x509_r2x.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509_r2x.c x509_req.o: ../../e_os.h ../../include/openssl/asn1.h -x509_req.o: ../../include/openssl/bio.h ../../include/openssl/bn.h -x509_req.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h -x509_req.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h -x509_req.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h -x509_req.o: ../../include/openssl/err.h ../../include/openssl/evp.h -x509_req.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h -x509_req.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h +x509_req.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h +x509_req.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h +x509_req.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h +x509_req.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h +x509_req.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h +x509_req.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h +x509_req.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h +x509_req.o: ../../include/openssl/opensslconf.h x509_req.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h x509_req.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h x509_req.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h |