From 41d2a336eee7fcf7beda0ce38e0ef7fc16bbfdb1 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 22 Feb 2001 14:45:02 +0000 Subject: e_os.h does not belong with the exported headers. Do not put it there and make all files the depend on it include it without prefixing it with openssl/. This means that all Makefiles will have $(TOP) as one of the include directories. --- crypto/stack/Makefile.ssl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/stack') diff --git a/crypto/stack/Makefile.ssl b/crypto/stack/Makefile.ssl index d9db61a11b..dc368f67cc 100644 --- a/crypto/stack/Makefile.ssl +++ b/crypto/stack/Makefile.ssl @@ -80,8 +80,8 @@ clean: # DO NOT DELETE THIS LINE -- make depend depends on it. -stack.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h -stack.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h +stack.o: ../../e_os.h ../../include/openssl/bio.h +stack.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h stack.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h stack.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h stack.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h -- cgit v1.2.3