From: Richard Levitte Date: Fri, 29 Jan 2010 11:44:36 +0000 (+0000) Subject: Architecture specific header files need special handling. X-Git-Tag: OpenSSL-fips-2_0-rc1~1292 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d7b99700c011793e6a4f1c0eb1e2ea346c683f3b;p=oweals%2Fopenssl.git Architecture specific header files need special handling. --- diff --git a/crypto/install.com b/crypto/install.com index b3f24cca2d..3717677849 100644 --- a/crypto/install.com +++ b/crypto/install.com @@ -117,6 +117,10 @@ $ IF D .EQS. "," THEN GOTO LOOP_SDIRS_END $ tmp = EXHEADER_'D' $ IF D .EQS. "" $ THEN +$ ! If we don't find a file in the source directory, it's most +$ ! probably generated for each architecture +$ ! (opensslconf.h, for example) +$ IF F$SEARCH("''tmp'") .EQS. "" THEN tmp = "[-.''ARCH'.CRYPTO]''tmp'" $ COPY 'tmp' WRK_SSLINCLUDE: /LOG $ ELSE $ COPY [.'D']'tmp' WRK_SSLINCLUDE: /LOG