summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2020-04-15 19:47:27 +0200
committerNiels Möller <nisse@lysator.liu.se>2020-04-15 19:47:27 +0200
commit07da509867bc46846de6c9ee98bcacc6578c9994 (patch)
tree467dd9436626ed4a09b226b5c6c9906ee16cdbc0 /Makefile.in
parent192638ff847f9ab934929b32d38d4110ea12cbb8 (diff)
downloadnettle-07da509867bc46846de6c9ee98bcacc6578c9994.tar.gz
Reorder DISTFILES to avoid wrong timestamp order in tar file.
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 ddc30428..56815d89 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -244,7 +244,7 @@ DISTFILES = $(SOURCES) $(HEADERS) getopt.h getopt_int.h \
README CONTRIBUTING.md AUTHORS COPYING.LESSERv3 COPYINGv2 COPYINGv3 \
INSTALL NEWS ChangeLog \
nettle.pc.in hogweed.pc.in \
- $(des_headers) descore.README desdata.stamp \
+ desdata.stamp $(des_headers) descore.README \
aes-internal.h block-internal.h camellia-internal.h \
gost28147-internal.h serpent-internal.h \
cast128_sboxes.h desinfo.h desCode.h \