From 4e2322892b3aacc888fcd9aef041ce9a0a987eaa Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Mon, 4 Mar 2013 14:09:17 +0000 Subject: [PATCH] Override local vars for MINFO build. --- crypto/Makefile | 2 +- crypto/aes/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/Makefile b/crypto/Makefile index 22cb2a5013..1de9d5f4b9 100644 --- a/crypto/Makefile +++ b/crypto/Makefile @@ -92,7 +92,7 @@ subdirs: @target=all; $(RECURSIVE_MAKE) files: - $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO + $(PERL) $(TOP)/util/files.pl "CPUID_OBJ=$(CPUID_OBJ)" Makefile >> $(TOP)/MINFO @target=files; $(RECURSIVE_MAKE) links: diff --git a/crypto/aes/Makefile b/crypto/aes/Makefile index 8fc23fe646..2b5e8f0920 100644 --- a/crypto/aes/Makefile +++ b/crypto/aes/Makefile @@ -85,7 +85,7 @@ aes-%.S: asm/aes-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@ aes-armv4.o: aes-armv4.S files: - $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO + $(PERL) $(TOP)/util/files.pl "AES_ENC=$(AES_ENC)" Makefile >> $(TOP)/MINFO links: @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) -- 2.25.1