From 9d8fd9d40f96c29fd5b7d012b1affa7be7ffe826 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 16 Oct 2011 17:14:07 +0000 Subject: "make distclean" needs to clean up after "make test". This fixes #102. svn path=/trunk/; revision=4046 --- openssl/tests/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'openssl') diff --git a/openssl/tests/Makefile.in b/openssl/tests/Makefile.in index 92cbb4bb..34635edd 100644 --- a/openssl/tests/Makefile.in +++ b/openssl/tests/Makefile.in @@ -33,6 +33,7 @@ test.cer: test.conf distclean: clean rm -f test.key test.cer + rm -rf Makefile install deinstall uninstall: @true -- cgit v1.2.3