summaryrefslogtreecommitdiffstats
path: root/crypto/err/Makefile.ssl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-05-20 22:18:49 +0000
committerBodo Möller <bodo@openssl.org>1999-05-20 22:18:49 +0000
commitd6847aed108ca305559dea11241198351730490c (patch)
treece7f0f115f350645f25f01ec57802b89fae7394a /crypto/err/Makefile.ssl
parent17e3dd1c62e9aadcd908c55e650f70379d2d19e2 (diff)
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/err/Makefile.ssl')
-rw-r--r--crypto/err/Makefile.ssl16
1 files changed, 8 insertions, 8 deletions
diff --git a/crypto/err/Makefile.ssl b/crypto/err/Makefile.ssl
index 5c67c9648f..8a11d3ef56 100644
--- a/crypto/err/Makefile.ssl
+++ b/crypto/err/Makefile.ssl
@@ -79,10 +79,10 @@ clean:
# DO NOT DELETE THIS LINE -- make depend depends on it.
err.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
-err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
-err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
-err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
-err.o: ../../include/openssl/stack.h ../cryptlib.h ../e_os.h
+err.o: ../../include/openssl/crypto.h ../../include/openssl/err.h
+err.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
+err.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
+err.o: ../cryptlib.h ../e_os.h
err_all.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
err_all.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
err_all.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
@@ -102,7 +102,7 @@ err_all.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
err_all.o: ../../include/openssl/stack.h ../../include/openssl/x509.h
err_all.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
err_prn.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
-err_prn.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
-err_prn.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
-err_prn.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
-err_prn.o: ../../include/openssl/stack.h ../cryptlib.h ../e_os.h
+err_prn.o: ../../include/openssl/crypto.h ../../include/openssl/err.h
+err_prn.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
+err_prn.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
+err_prn.o: ../cryptlib.h ../e_os.h