diff options
author | Rob Austein <sra@hactrn.net> | 2011-10-16 17:14:07 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-10-16 17:14:07 +0000 |
commit | 9d8fd9d40f96c29fd5b7d012b1affa7be7ffe826 (patch) | |
tree | 2c5789df8328901ba0fd6d6159339a9a047f6cf0 /openssl | |
parent | 7375cda8671365faba7e63c99d560c7adc86ff0a (diff) |
"make distclean" needs to clean up after "make test". This fixes #102.
svn path=/trunk/; revision=4046
Diffstat (limited to 'openssl')
-rw-r--r-- | openssl/tests/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |