summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMamone Tarsha <maamoun.tk@googlemail.com>2021-06-27 18:14:43 +0300
committerMamone Tarsha <maamoun.tk@googlemail.com>2021-06-27 18:14:43 +0300
commit530e4c8d12de3e59c96b6955be07154a3a93b241 (patch)
tree85edb479ee0694fc673de963b8a3b8413b13d938 /Makefile.in
parentb0525367c2dedbef9ebd9bf0a35a3cc3181cf7c6 (diff)
downloadnettle-530e4c8d12de3e59c96b6955be07154a3a93b241.tar.gz
[S390x] Update configure.ac and Makefile.in
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 87d193b6..5e0ffdd7 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 ; do \
+ s390x s390x/msa_x1 s390x/msa_x2 s390x/msa_x4 ; do \
mkdir "$(distdir)/$$d" ; \
find "$(srcdir)/$$d" -maxdepth 1 '(' -name '*.asm' -o -name '*.m4' -o -name README ')' \
-exec cp '{}' "$(distdir)/$$d" ';' ; \