From: Richard Levitte Date: Tue, 25 Aug 2009 07:28:18 +0000 (+0000) Subject: Remove tmdiff.h from EXHEADERS as it doesn't exist. X-Git-Tag: OpenSSL_0_9_8m-beta1~129 X-Git-Url: https://git.openssl.org/gitweb/?a=commitdiff_plain;h=2c83b24cadcea90fcc36b8ad37567623f6f617a8;p=openssl.git Remove tmdiff.h from EXHEADERS as it doesn't exist. Don't have separate installation directory variables for VAX and AXP. Submitted by Zoltan Arpadffy --- diff --git a/crypto/install.com b/crypto/install.com index 9277fac6a7..5e6d97e537 100644 --- a/crypto/install.com +++ b/crypto/install.com @@ -3,6 +3,8 @@ $! $! Author: Richard Levitte $! Time of creation: 22-MAY-1998 10:13 $! +$! Changes by Zoltan Arpadffy +$! $! P1 root of the directory tree $! $ IF P1 .EQS. "" @@ -101,8 +103,7 @@ $ EXHEADER_PQUEUE := pqueue.h,pq_compat.h $ EXHEADER_JPAKE := jpake.h $ LIBS := LIBCRYPTO $ -$ VEXE_DIR := [-.VAX.EXE.CRYPTO] -$ AEXE_DIR := [-.AXP.EXE.CRYPTO] +$ EXE_DIR := [-.'ARCH'.EXE.CRYPTO] $ $ I = 0 $ LOOP_SDIRS: @@ -126,15 +127,15 @@ $ E = F$EDIT(F$ELEMENT(I, ",", LIBS),"TRIM") $ I = I + 1 $ IF E .EQS. "," THEN GOTO LOOP_LIB_END $ SET NOON -$ IF F$SEARCH(VEXE_DIR+E+".OLB") .NES. "" +$ IF F$SEARCH(EXE_DIR+E+".OLB") .NES. "" $ THEN -$ COPY 'VEXE_DIR''E'.OLB WRK_SSLLIB:'E'.OLB/log +$ COPY 'EXE_DIR''E'.OLB WRK_SSLLIB:'E'.OLB/log $ SET FILE/PROT=W:RE WRK_SSLLIB:'E'.OLB $ ENDIF $ ! Preparing for the time when we have shareable images -$ IF F$SEARCH(VEXE_DIR+E+".EXE") .NES. "" +$ IF F$SEARCH(EXE_DIR+E+".EXE") .NES. "" $ THEN -$ COPY 'VEXE_DIR''E'.EXE WRK_SSLLIB:'E'.EXE/log +$ COPY 'EXE_DIR''E'.EXE WRK_SSLLIB:'E'.EXE/log $ SET FILE/PROT=W:RE WRK_SSLLIB:'E'.EXE $ ENDIF $ SET ON