aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2010-11-18 20:02:54 +0000
committerRichard Levitte <levitte@openssl.org>2010-11-18 20:02:54 +0000
commitb97d371ce00c178fc2c516de7e4f16c594fa82b3 (patch)
tree6c66f3bb420b42160d99db53d0a5cd944bd232b5
parenta25c98ac7362d0a6c0cd3412e5ce33bb4a0c41d6 (diff)
downloadopenssl-b97d371ce00c178fc2c516de7e4f16c594fa82b3.tar.gz
We redid the structure on architecture dependent source files, but
apparently forgot to adapt the copying to the installation directory.
-rw-r--r--crypto/install.com7
1 files changed, 1 insertions, 6 deletions
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