It was a very bad idea to use #include "../e_os.h" -- when this occurs

in cryptlib.h (which is often included as "../cryptlib.h"), then the
question remains relative to which directory this is to be interpreted.
gcc went one further directory up, as intended; but makedepend thinks
differently, and so probably do some C compilers.  So the ../ must go away;
thus e_os.h goes back into include/openssl (but I now use
#include "openssl/e_os.h" instead of <openssl/e_os.h> to make the point) --
and we have another huge bunch of dependency changes.  Argh.
This commit is contained in:
Bodo Möller
1999-05-21 11:16:48 +00:00
parent d76c85a301
commit 7e70181723
40 changed files with 3040 additions and 2907 deletions

View File

@@ -79,9 +79,10 @@ clean:
# DO NOT DELETE THIS LINE -- make depend depends on it.
lh_stats.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
lh_stats.o: ../../include/openssl/crypto.h ../../include/openssl/err.h
lh_stats.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
lh_stats.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
lh_stats.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
lh_stats.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
lh_stats.o: ../cryptlib.h ../e_os.h
lh_stats.o: ../cryptlib.h
lhash.o: ../../include/openssl/crypto.h ../../include/openssl/lhash.h
lhash.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h