diff options
author | Ben Laurie <ben@openssl.org> | 1999-01-19 23:25:22 +0000 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 1999-01-19 23:25:22 +0000 |
commit | 6f93539970fe8c07f7f68f7b2370f79abf78dcbb (patch) | |
tree | 7a99b6a9eeff05c8f1b3e7735ff32b4d1df340e5 /crypto/conf/Makefile.ssl | |
parent | 8039257dbcd1d2e96e1d57b607b49cdf0ae78636 (diff) | |
download | openssl-new-6f93539970fe8c07f7f68f7b2370f79abf78dcbb.tar.gz |
This time, get it right.
Diffstat (limited to 'crypto/conf/Makefile.ssl')
-rw-r--r-- | crypto/conf/Makefile.ssl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/conf/Makefile.ssl b/crypto/conf/Makefile.ssl index 2f6ca60d0b..8f43b0507a 100644 --- a/crypto/conf/Makefile.ssl +++ b/crypto/conf/Makefile.ssl @@ -88,5 +88,6 @@ $(ERRC).c: $(ERR).err conf.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h conf.o: ../../include/err.h ../../include/lhash.h ../../include/stack.h -conf.o: ../cryptlib.h ../crypto.h conf.h conf_lcl.h ../../include/err.h -conf_err.o: ../../include/lhash.h ../../include/stack.h conf.h +conf.o: ../cryptlib.h ../crypto.h conf.h conf_lcl.h +conf_err.o: ../../include/err.h ../../include/lhash.h ../../include/stack.h +conf_err.o: conf.h |