From: Richard Levitte Date: Thu, 18 Nov 2010 19:59:06 +0000 (+0000) Subject: We redid the structure on architecture dependent source files, but X-Git-Tag: OpenSSL_1_0_0c~30 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ada3f8b5d3d0fb9a8441b0ab71aa8805850c33c7;p=oweals%2Fopenssl.git We redid the structure on architecture dependent source files, but apparently forgot to adapt the copying to the installation directory. --- diff --git a/crypto/install.com b/crypto/install.com index ad3e4d48c7..b3290165c4 100644 --- a/crypto/install.com +++ b/crypto/install.com @@ -120,12 +120,7 @@ $ IF D .EQS. "" $ THEN $ COPY 'tmp' WRK_SSLINCLUDE: /LOG $ ELSE -$ IF D .EQS. "_''ARCH'" -$ THEN -$ COPY [-.'ARCH'.CRYPTO]'tmp' WRK_SSLINCLUDE: /LOG -$ ELSE -$ COPY [.'D']'tmp' WRK_SSLINCLUDE: /LOG -$ ENDIF +$ COPY [.'D']'tmp' WRK_SSLINCLUDE: /LOG $ ENDIF $ SET FILE/PROT=WORLD:RE WRK_SSLINCLUDE:'tmp' $ GOTO LOOP_SDIRS