summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMamone Tarsha <maamoun.tk@googlemail.com>2021-07-10 20:57:08 +0300
committerMamone Tarsha <maamoun.tk@googlemail.com>2021-07-10 20:57:08 +0300
commit3be3ff3eefbba816930498b6a5bbe4fde2108b89 (patch)
treeb271655f511aab1b98a4e9051a61f8b74eaa2984 /Makefile.in
parent6dfdd0bc63cbcf4d7eca01bfda81e02823a4796e (diff)
downloadnettle-3be3ff3eefbba816930498b6a5bbe4fde2108b89.tar.gz
[S390x] Fat build support for AES and GHASH
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5e0ffdd7..ae85d8c8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -620,7 +620,7 @@ distdir: $(DISTFILES)
arm arm/neon arm/v6 arm/fat \
arm64 arm64/crypto arm64/fat \
powerpc64 powerpc64/p7 powerpc64/p8 powerpc64/fat \
- s390x s390x/msa_x1 s390x/msa_x2 s390x/msa_x4 ; do \
+ s390x s390x/msa_x1 s390x/msa_x2 s390x/msa_x4 s390x/msa_fat ; do \
mkdir "$(distdir)/$$d" ; \
find "$(srcdir)/$$d" -maxdepth 1 '(' -name '*.asm' -o -name '*.m4' -o -name README ')' \
-exec cp '{}' "$(distdir)/$$d" ';' ; \