krb5 commit: Add static object build rules for AESNI sources
Greg Hudson <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://github.com/krb5/krb5/commit/00ec898a60ec6d1fb897d49d5db883471bd07cc8 commit 00ec898a60ec6d1fb897d49d5db883471bd07cc8 Author: Nikhil Benesch <[email protected]> Date: Tue May 26 10:52:24 2020 -0400 Add static object build rules for AESNI sources ticket: 8910 src/lib/crypto/builtin/aes/Makefile.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/crypto/builtin/aes/Makefile.in b/src/lib/crypto/builtin/aes/Makefile.in index 915994b..11a1107 100644 --- a/src/lib/crypto/builtin/aes/Makefile.in +++ b/src/lib/crypto/builtin/aes/Makefile.in @@ -34,10 +34,10 @@ GEN_OBJS=\ all-unix: all-libobjs # aes-gen -iaesx64@SHOBJEXT@: $(srcdir)/iaesx64.s +iaesx64@SHOBJEXT@ iaesx64@STOBJEXT@: $(srcdir)/iaesx64.s $(YASM) $(AESNI_FLAGS) -o $@ $(srcdir)/iaesx64.s -iaesx86@SHOBJEXT@: $(srcdir)/iaesx86.s +iaesx86@SHOBJEXT@ iaesx86@STOBJEXT@: $(srcdir)/iaesx86.s $(YASM) $(AESNI_FLAGS) -o $@ $(srcdir)/iaesx86.s includes: depend