aboutsummaryrefslogtreecommitdiff
path: root/crypto/rand/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/rand/Makefile.ssl
parent17e3dd1c62e9aadcd908c55e650f70379d2d19e2 (diff)
downloadopenssl-d6847aed108ca305559dea11241198351730490c.zip
openssl-d6847aed108ca305559dea11241198351730490c.tar.gz
openssl-d6847aed108ca305559dea11241198351730490c.tar.bz2
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/rand/Makefile.ssl')
-rw-r--r--crypto/rand/Makefile.ssl11
1 files changed, 6 insertions, 5 deletions
diff --git a/crypto/rand/Makefile.ssl b/crypto/rand/Makefile.ssl
index 6cf8bfb..83eee8a 100644
--- a/crypto/rand/Makefile.ssl
+++ b/crypto/rand/Makefile.ssl
@@ -78,9 +78,10 @@ clean:
# DO NOT DELETE THIS LINE -- make depend depends on it.
-md_rand.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
-md_rand.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.h
-md_rand.o: ../../include/openssl/sha.h ../../include/openssl/stack.h ../e_os.h
+md_rand.o: ../../e_os.h ../../include/openssl/crypto.h
+md_rand.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslv.h
+md_rand.o: ../../include/openssl/rand.h ../../include/openssl/sha.h
+md_rand.o: ../../include/openssl/stack.h
rand_lib.o: ../../include/openssl/rand.h
-randfile.o: ../../include/openssl/e_os2.h ../../include/openssl/rand.h
-randfile.o: ../e_os.h
+randfile.o: ../../e_os.h ../../include/openssl/e_os2.h
+randfile.o: ../../include/openssl/rand.h