summaryrefslogtreecommitdiffstats
path: root/crypto/aes/Makefile
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-03-04 14:09:17 +0000
committerBen Laurie <ben@links.org>2013-03-04 14:31:18 +0000
commit4e2322892b3aacc888fcd9aef041ce9a0a987eaa (patch)
tree9d7c9d9e05c2a85d65e2d96680ef6141b6403844 /crypto/aes/Makefile
parent7b0d591dc319d0fb64ca353e280f224a94a2e773 (diff)
Override local vars for MINFO build.
Diffstat (limited to 'crypto/aes/Makefile')
-rw-r--r--crypto/aes/Makefile2
1 files changed, 1 insertions, 1 deletions
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)