summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMamone Tarsha <maamoun.tk@googlemail.com>2021-08-10 16:01:18 +0300
committerMamone Tarsha <maamoun.tk@googlemail.com>2021-08-10 16:01:18 +0300
commit4ea2a1f860c6883abb993fd931a776d783edf7d8 (patch)
tree0ef71455744ebb5525b54d87942a698d41a196c5 /Makefile.in
parentd351a828579f1ffd0a837d68ed3c7f1c7d808f38 (diff)
downloadnettle-4ea2a1f860c6883abb993fd931a776d783edf7d8.tar.gz
[S390x] Optimize SHA1 compress
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 3a57393c..fe2de5a8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -621,7 +621,7 @@ distdir: $(DISTFILES)
arm arm/neon arm/v6 arm/fat \
arm64 arm64/crypto arm64/fat \
powerpc64 powerpc64/p7 powerpc64/p8 powerpc64/fat \
- s390x s390x/vf s390x/msa_x1 s390x/msa_x2 s390x/msa_x4 s390x/fat ; do \
+ s390x s390x/vf s390x/msa s390x/msa_x1 s390x/msa_x2 s390x/msa_x4 s390x/fat ; do \
mkdir "$(distdir)/$$d" ; \
find "$(srcdir)/$$d" -maxdepth 1 '(' -name '*.asm' -o -name '*.m4' -o -name README ')' \
-exec cp '{}' "$(distdir)/$$d" ';' ; \