From: Niels Möller Date: Tue, 28 May 2013 14:24:31 +0000 (+0200) Subject: Distribute files in arm/v6 subdirectory. X-Git-Tag: nettle_2.7.1_release_20130528^0 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=6f9cbc61e0ecbeabecbec924bb29acc2fa9ca581;p=thirdparty%2Fnettle.git Distribute files in arm/v6 subdirectory. --- diff --git a/ChangeLog b/ChangeLog index 7b7854dc..acc46cca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * Released nettle-2.7.1. + * Makefile.in (distdir): Distribute files in arm/v6 subdirectory. + 2013-05-21 Niels Möller From master (2013-05-20): diff --git a/Makefile.in b/Makefile.in index cbc001c7..3b0e1cb2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -517,7 +517,7 @@ distdir: $(DISTFILES) else cp "$(srcdir)/$$f" "$(distdir)" ; \ fi ; \ done - set -e; for d in sparc32 sparc64 x86 x86_64 arm arm/neon ; do \ + set -e; for d in sparc32 sparc64 x86 x86_64 arm arm/neon arm/v6 ; do \ mkdir "$(distdir)/$$d" ; \ find "$(srcdir)/$$d" -maxdepth 1 '(' -name '*.asm' -o -name '*.m4' ')' \ -exec cp '{}' "$(distdir)/$$d" ';' ; \