summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2021-08-06 11:07:56 +0200
committerNiels Möller <nisse@lysator.liu.se>2021-08-06 11:07:56 +0200
commitf670f85de5784bf8b67c56b09852dfb90d26b7f2 (patch)
tree7a358934fe508672112e45623c9d41673f79423d /Makefile.in
parent2c59a6434f3c4d594f06a7875d503726694de381 (diff)
parentb8054a1d0ad507812da9ba946a70d81100086252 (diff)
downloadnettle-f670f85de5784bf8b67c56b09852dfb90d26b7f2.tar.gz
Merge branch 'mamonet/nettle-s390x-memxor' into master-updates
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 a7724577..3a57393c 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/msa_x1 s390x/msa_x2 s390x/msa_x4 s390x/fat ; do \
+ s390x s390x/vf 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" ';' ; \