summaryrefslogtreecommitdiff
path: root/Makefile.in
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 /Makefile.in
parent33519b3189d2c425c8c0c67f587978004e215a45 (diff)
downloadnettle-e69a05e5d60aab6288b4f20b152d21a9732a5b2c.tar.gz
Unconditionally delete all *.a files for make clean.
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 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