aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-03-18 10:53:01 +0000
committerBodo Möller <bodo@openssl.org>2002-03-18 10:53:01 +0000
commitb82a94ee26aaa9d721e98eae39d362e60bc7db2e (patch)
tree0792122a142e1b5f84ca10987885a3a7e43b25cd
parentba5541e1adba8c4a9d67f787c614a0334988fbcf (diff)
downloadopenssl-b82a94ee26aaa9d721e98eae39d362e60bc7db2e.tar.gz
use '-I../..' so that we find "e_os.h"
-rw-r--r--crypto/conf/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/conf/Makefile.ssl b/crypto/conf/Makefile.ssl
index e2b8e65e25..4205307904 100644
--- a/crypto/conf/Makefile.ssl
+++ b/crypto/conf/Makefile.ssl
@@ -5,7 +5,7 @@
DIR= conf
TOP= ../..
CC= cc
-INCLUDES= -I.. -I../../include
+INCLUDES= -I.. -I../.. -I../../include
CFLAG=-g
INSTALL_PREFIX=
OPENSSLDIR= /usr/local/ssl