projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6172561
)
We redid the structure on architecture dependent source files, but
author
Richard Levitte
<levitte@openssl.org>
Thu, 18 Nov 2010 19:59:06 +0000
(19:59 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 18 Nov 2010 19:59:06 +0000
(19:59 +0000)
apparently forgot to adapt the copying to the installation directory.
crypto/install.com
patch
|
blob
|
history
diff --git
a/crypto/install.com
b/crypto/install.com
index ad3e4d48c7b3794b9dbd8c71d4c5a649799158a9..b3290165c4fd6f992244ba76774239a21fc14269 100644
(file)
--- 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