summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2010-11-18 19:59:06 +0000
committerRichard Levitte <levitte@openssl.org>2010-11-18 19:59:06 +0000
commitada3f8b5d3d0fb9a8441b0ab71aa8805850c33c7 (patch)
tree1e0b297655ad7f66cb12ca8871aa5cd1b125fc5e /crypto
parent6172561597c67d7d2fd6fd842dfdebdb12b38167 (diff)
We redid the structure on architecture dependent source files, but
apparently forgot to adapt the copying to the installation directory.
Diffstat (limited to 'crypto')
-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