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. --- makevms.com | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makevms.com') diff --git a/makevms.com b/makevms.com index 020d12e4b4..194e485732 100755 --- a/makevms.com +++ b/makevms.com @@ -410,7 +410,7 @@ $ IF F$PARSE("SYS$DISK:[.INCLUDE.OPENSSL]") .EQS. "" THEN - $! $! Copy All The ".H" Files From The Main Directory. $! -$ EXHEADER := e_os.h,e_os2.h +$ EXHEADER := e_os2.h $ COPY 'EXHEADER' SYS$DISK:[.INCLUDE.OPENSSL] $! $! Copy All The ".H" Files From The [.CRYPTO] Directory Tree. -- cgit v1.2.3