[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Sun Mar 13 10:38:42 UTC 2016


The branch master has been updated
       via  6d505f284293b6621fc8e99e7b6d857adb06291f (commit)
      from  4c1cf7e4400daa47fd18c6321edb78fac636a994 (commit)


- Log -----------------------------------------------------------------
commit 6d505f284293b6621fc8e99e7b6d857adb06291f
Author: Richard Levitte <levitte at openssl.org>
Date:   Sun Mar 13 11:07:12 2016 +0100

    Complete incomplete makefile variable referenses
    
    A couple of '$(PERLASM_SCHEM' had sneaked in.
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 crypto/build.info | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/crypto/build.info b/crypto/build.info
index eab0437..ba69b75 100644
--- a/crypto/build.info
+++ b/crypto/build.info
@@ -22,8 +22,8 @@ DEPEND[x86cpuid.s]=perlasm/x86asm.pl
 GENERATE[x86_64cpuid.s]=x86_64cpuid.pl $(PERLASM_SCHEME)
 
 GENERATE[ia64cpuid.s]=ia64cpuid.S
-GENERATE[ppccpuid.s]=ppccpuid.pl $(PERLASM_SCHEM
-GENERATE[pariscid.s]=pariscid.pl $(PERLASM_SCHEM
+GENERATE[ppccpuid.s]=ppccpuid.pl $(PERLASM_SCHEME)
+GENERATE[pariscid.s]=pariscid.pl $(PERLASM_SCHEME)
 GENERATE[alphacpuid.s]=alphacpuid.pl
 GENERATE[arm64cpuid.S]=arm64cpuid.pl $(PERLASM_SCHEME)
 INCLUDE[arm64cpuid.o]=.


More information about the openssl-commits mailing list