Override local vars for MINFO build.
authorBen Laurie <ben@links.org>
Mon, 4 Mar 2013 14:09:17 +0000 (14:09 +0000)
committerBen Laurie <ben@links.org>
Mon, 4 Mar 2013 14:31:18 +0000 (14:31 +0000)
crypto/Makefile
crypto/aes/Makefile

index 22cb2a501362d0ed141243471e65a810399fb6eb..1de9d5f4b94f75b273113d178247a1c88508f985 100644 (file)
@@ -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:
index 8fc23fe6462cfed6045f0fb48fde43db5bfa29ba..2b5e8f0920c3ce5af6b28e069437969ddd6ef43f 100644 (file)
@@ -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)