summaryrefslogtreecommitdiff
path: root/install.com
diff options
context:
space:
mode:
authorlevitte <levitte>2001-02-22 14:43:23 +0000
committerlevitte <levitte>2001-02-22 14:43:23 +0000
commit729a580e7090bde233b0e09b9a790ba05a078c3e (patch)
tree7886cab90836e37b38c97f0d0df9ad9961ba2037 /install.com
parent2cd96357536505f02b5da103b101e9b15cc17042 (diff)
downloadopenssl-729a580e7090bde233b0e09b9a790ba05a078c3e.tar.gz
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.
Diffstat (limited to 'install.com')
-rw-r--r--install.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.com b/install.com
index e09d13ae5..86fae7e87 100644
--- a/install.com
+++ b/install.com
@@ -53,7 +53,7 @@ $ IF F$PARSE("WRK_SSLROOT:[VMS]") .EQS. "" THEN -
CREATE/DIR/LOG WRK_SSLROOT:[VMS]
$
$ SDIRS := CRYPTO,SSL,RSAREF,APPS,VMS!,TEST,TOOLS
-$ EXHEADER := e_os.h,e_os2.h
+$ EXHEADER := e_os2.h
$
$ COPY 'EXHEADER' WRK_SSLINCLUDE: /LOG
$ SET FILE/PROT=WORLD:RE WRK_SSLINCLUDE:'EXHEADER'