From d6847aed108ca305559dea11241198351730490c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Thu, 20 May 1999 22:18:49 +0000 Subject: 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. --- crypto/rand/Makefile.ssl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'crypto/rand/Makefile.ssl') 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 -- cgit v1.1