diff options
author | Richard Levitte <levitte@openssl.org> | 2016-03-13 11:07:12 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-03-13 11:07:12 +0100 |
commit | 6d505f284293b6621fc8e99e7b6d857adb06291f (patch) | |
tree | 0ae8dfe21c4ba3ea039d1c0c4c65abc30c177128 /crypto/build.info | |
parent | Collect the names of generated files and clean them away at target clean: (diff) | |
download | openssl-6d505f284293b6621fc8e99e7b6d857adb06291f.tar.xz openssl-6d505f284293b6621fc8e99e7b6d857adb06291f.zip |
Complete incomplete makefile variable referenses
A couple of '$(PERLASM_SCHEM' had sneaked in.
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/build.info')
-rw-r--r-- | crypto/build.info | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/build.info b/crypto/build.info index eab04370de..ba69b75a4e 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]=. |