diff options
author | Bodo Möller <bodo@openssl.org> | 1999-05-21 00:18:49 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 1999-05-21 00:18:49 +0200 |
commit | d6847aed108ca305559dea11241198351730490c (patch) | |
tree | ce7f0f115f350645f25f01ec57802b89fae7394a /crypto/conf | |
parent | Don't install e_os.h in include/openssl, use it only as a local (diff) | |
download | openssl-d6847aed108ca305559dea11241198351730490c.tar.xz openssl-d6847aed108ca305559dea11241198351730490c.zip |
Add a kludge :-(
There were problems with putting e_os.h just into the top directory,
because the test programs are compiled within test/ in the "standard"
case in in their original directories in the makefile.one case;
and in the latter symlinks may not be available.
Diffstat (limited to 'crypto/conf')
-rw-r--r-- | crypto/conf/Makefile.ssl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/crypto/conf/Makefile.ssl b/crypto/conf/Makefile.ssl index 8654c892ff..6d93f32a6e 100644 --- a/crypto/conf/Makefile.ssl +++ b/crypto/conf/Makefile.ssl @@ -81,9 +81,8 @@ clean: conf.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h conf.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h -conf.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h -conf.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h -conf.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h -conf.o: ../cryptlib.h ../e_os.h conf_lcl.h +conf.o: ../../include/openssl/err.h ../../include/openssl/lhash.h +conf.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h +conf.o: ../../include/openssl/stack.h ../cryptlib.h ../e_os.h conf_lcl.h conf_err.o: ../../include/openssl/conf.h ../../include/openssl/err.h conf_err.o: ../../include/openssl/lhash.h ../../include/openssl/stack.h |