aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/md2/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/md2/Makefile.ssl
parent17e3dd1c62e9aadcd908c55e650f70379d2d19e2 (diff)
downloadopenssl-d6847aed108ca305559dea11241198351730490c.tar.gz
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/md2/Makefile.ssl')
-rw-r--r--crypto/md2/Makefile.ssl8
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/md2/Makefile.ssl b/crypto/md2/Makefile.ssl
index 678123a322..5bc00cf3cc 100644
--- a/crypto/md2/Makefile.ssl
+++ b/crypto/md2/Makefile.ssl
@@ -81,7 +81,7 @@ clean:
md2_dgst.o: ../../include/openssl/md2.h ../../include/openssl/opensslconf.h
md2_dgst.o: ../../include/openssl/opensslv.h
md2_one.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
-md2_one.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
-md2_one.o: ../../include/openssl/err.h ../../include/openssl/md2.h
-md2_one.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
-md2_one.o: ../../include/openssl/stack.h ../cryptlib.h ../e_os.h
+md2_one.o: ../../include/openssl/crypto.h ../../include/openssl/err.h
+md2_one.o: ../../include/openssl/md2.h ../../include/openssl/opensslconf.h
+md2_one.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
+md2_one.o: ../cryptlib.h ../e_os.h