From 32e692ce079bd29cce7c3b1f43a8db250358edd9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Thu, 18 Apr 2002 09:26:24 +0000 Subject: [PATCH] harmonize with other Makefiles in crypto/*/ --- crypto/conf/Makefile.ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/conf/Makefile.ssl b/crypto/conf/Makefile.ssl index 15dcd6679c..f49f3650e3 100644 --- a/crypto/conf/Makefile.ssl +++ b/crypto/conf/Makefile.ssl @@ -5,7 +5,7 @@ DIR= conf TOP= ../.. CC= cc -INCLUDES= -I../../include +INCLUDES= -I.. -I../../include CFLAG=-g INSTALL_PREFIX= OPENSSLDIR= /usr/local/ssl -- 2.25.1