diff options
author | Ben Laurie <ben@openssl.org> | 1999-01-19 21:36:31 +0000 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 1999-01-19 21:36:31 +0000 |
commit | 8039257dbcd1d2e96e1d57b607b49cdf0ae78636 (patch) | |
tree | 5689dcf67c9bff1b069e1c785c9da80e413703f3 /crypto/err | |
parent | b13a1554925a173e04bb9802cbc123b40746a6fc (diff) | |
download | openssl-new-8039257dbcd1d2e96e1d57b607b49cdf0ae78636.tar.gz |
Finally lay dependencies to rest (I hope!).
Diffstat (limited to 'crypto/err')
-rw-r--r-- | crypto/err/Makefile.ssl | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/crypto/err/Makefile.ssl b/crypto/err/Makefile.ssl index 57c87eb041..0831f0731f 100644 --- a/crypto/err/Makefile.ssl +++ b/crypto/err/Makefile.ssl @@ -9,7 +9,7 @@ INCLUDES= -I.. -I../../include CFLAG=-g INSTALLTOP=/usr/local/ssl MAKE= make -f Makefile.ssl -MAKEDEPEND= makedepend -f Makefile.ssl +MAKEDEPEND= $(TOP)/util/domd $(TOP) MAKEFILE= Makefile.ssl AR= ar r @@ -78,3 +78,18 @@ clean: errors: # DO NOT DELETE THIS LINE -- make depend depends on it. + +err.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h +err.o: ../../include/lhash.h ../../include/stack.h ../cryptlib.h ../crypto.h +err.o: err.h ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h +err_all.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h +err_all.o: ../../include/conf.h ../../include/des.h ../../include/dh.h +err_all.o: ../../include/dsa.h ../../include/evp.h ../../include/idea.h +err_all.o: ../../include/lhash.h ../../include/md2.h ../../include/md5.h +err_all.o: ../../include/mdc2.h ../../include/objects.h ../../include/pem.h +err_all.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h +err_all.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +err_all.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h +err_all.o: ../../include/x509_vfy.h ../crypto.h err.h ../../include/bio.h +err_prn.o: ../../include/buffer.h ../../include/e_os.h ../../include/lhash.h +err_prn.o: ../../include/stack.h ../cryptlib.h ../crypto.h err.h |