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. --- tools/Makefile.ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/Makefile.ssl b/tools/Makefile.ssl index 86749f5111..b46ea44f6a 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 -- cgit v1.2.3