aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Makefile.ssl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-03-18 10:54:56 +0000
committerBodo Möller <bodo@openssl.org>2002-03-18 10:54:56 +0000
commit6cebd2dd003cfb0c1058b849df3d5cee589905c5 (patch)
tree365f9ad715116cf8443f4682384c5e582f5bb055 /crypto/Makefile.ssl
parentb82a94ee26aaa9d721e98eae39d362e60bc7db2e (diff)
downloadopenssl-6cebd2dd003cfb0c1058b849df3d5cee589905c5.tar.gz
in INCLUDES, use '-I../..' so that we find "e_os.h"
Diffstat (limited to 'crypto/Makefile.ssl')
-rw-r--r--crypto/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl
index 97984f8e83..9813f34a50 100644
--- a/crypto/Makefile.ssl
+++ b/crypto/Makefile.ssl
@@ -6,7 +6,7 @@ DIR= crypto
TOP= ..
CC= cc
INCLUDE= -I. -I../include
-INCLUDES= -I.. -I../../include
+INCLUDES= -I.. -I../.. -I../../include
CFLAG= -g
INSTALL_PREFIX=
OPENSSLDIR= /usr/local/ssl