diff options
author | levitte <levitte> | 2001-02-22 14:43:23 +0000 |
---|---|---|
committer | levitte <levitte> | 2001-02-22 14:43:23 +0000 |
commit | 729a580e7090bde233b0e09b9a790ba05a078c3e (patch) | |
tree | 7886cab90836e37b38c97f0d0df9ad9961ba2037 /tools | |
parent | 2cd96357536505f02b5da103b101e9b15cc17042 (diff) | |
download | openssl-729a580e7090bde233b0e09b9a790ba05a078c3e.tar.gz |
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.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.ssl b/tools/Makefile.ssl index 86749f511..b46ea44f6 100644 --- a/tools/Makefile.ssl +++ b/tools/Makefile.ssl @@ -5,7 +5,7 @@ DIR= tools TOP= .. CC= cc -INCLUDES= -I.. -I../../include +INCLUDES= -I$(TOP) -I../../include CFLAG=-g INSTALL_PREFIX= OPENSSLDIR= /usr/local/ssl |