From 29ef579b8d35d576d6657e75db4c84df70528784 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Sun, 27 Nov 2005 10:52:05 +0100
Subject: [PATCH] * testsuite/Makefile.in (clean): Delete sha1-huge-test.

Rev: src/nettle/testsuite/Makefile.in:1.22
---
 testsuite/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in
index c12575e7..d9180500 100644
--- a/testsuite/Makefile.in
+++ b/testsuite/Makefile.in
@@ -76,7 +76,7 @@ distdir: $(DISTFILES)
 	cp $? $(distdir)
 
 clean:
-	-rm -f $(TARGETS) *.o test.in test1.out test2.out
+	-rm -f $(TARGETS) $(EXTRA_TARGETS) *.o test.in test1.out test2.out
 
 distclean: clean
 	-rm -f Makefile *.d
-- 
GitLab