We redid the structure on architecture dependent source files, but
authorRichard Levitte <levitte@openssl.org>
Thu, 18 Nov 2010 20:02:54 +0000 (20:02 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 18 Nov 2010 20:02:54 +0000 (20:02 +0000)
apparently forgot to adapt the copying to the installation directory.

crypto/install.com

index ad3e4d48c7b3794b9dbd8c71d4c5a649799158a9..b3290165c4fd6f992244ba76774239a21fc14269 100644 (file)
@@ -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