summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2015-03-31 21:57:22 +0200
committerNiels Möller <nisse@lysator.liu.se>2015-03-31 21:57:22 +0200
commite69a05e5d60aab6288b4f20b152d21a9732a5b2c (patch)
tree368705ad2f48f5aa2a8edbf90a273b31795b7fdb
parent33519b3189d2c425c8c0c67f587978004e215a45 (diff)
downloadnettle-e69a05e5d60aab6288b4f20b152d21a9732a5b2c.tar.gz
Unconditionally delete all *.a files for make clean.
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2555f889..faffb696 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-03-31 Niels Möller <nisse@diamant.hack.org>
+
+ * Makefile.in (clean-here): Unconditionally delete *.a (including
+ stub libraries like *.dll.a).
+
2015-03-30 Niels Möller <nisse@diamant.hack.org>
* version.h.in (GMP_NUMB_BITS) [NETTLE_USE_MINI_GMP]: Move
diff --git a/Makefile.in b/Makefile.in
index 7ab903c0..08efb7df 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -620,7 +620,7 @@ distcheck: dist
$(rm_distcheck)
clean-here:
- -rm -f $(TARGETS) *.$(OBJEXT) *.s *.so *.dll \
+ -rm -f $(TARGETS) *.$(OBJEXT) *.s *.so *.dll *.a \
ecc-192.h ecc-224.h ecc-256.h ecc-384.h ecc-521.h ecc-25519.h \
eccdata$(EXEEXT_FOR_BUILD) eccdata.stamp
-rm -rf .lib libnettle.stamp libhogweed.stamp