]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
ChangeLog entry for previous change, by Jay Foad.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 30 Jan 2018 19:07:44 +0000 (20:07 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 30 Jan 2018 19:07:44 +0000 (20:07 +0100)
ChangeLog

index 723e98e261dba66dfbe4a80081242af07274e203..671f3afcb4a2f5758f95ed7a3bde5417fb18ccba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2018-01-24  Jay Foad  <jay.foad@gmail.com>
+
+       * Makefile.in (TARGETS): Delete dependencies on aesdata, desdata,
+       twofishdata, shadata and gcmdata. They are not needed for a normal
+       build.
+       (clean-here): Explicitly delete of above files.
+       (desdata.stamp): New stamp target, to avoid building desdata twice
+       in a parallell build.
+
 2018-01-23  Niels Möller  <nisse@lysator.liu.se>
 
        * configure.ac (asm_path): Recognize "x86", in addition to "i?86",