Have 'make clean' clean away the log files.
authorRichard Levitte <levitte@openssl.org>
Tue, 28 Apr 2015 15:59:06 +0000 (17:59 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 7 Sep 2015 14:10:58 +0000 (16:10 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
test/Makefile

index a51a83567df619a6d4813c8df748a977c35d601f..9ead38ed01935b79f7bf97b70a4397321b9bc18d 100644 (file)
@@ -171,7 +171,7 @@ dclean:
        rm -f newkey.pem testkey.pem testreq.pem
 
 clean:
-       rm -f .rnd tmp.bntest tmp.bctest *.o *.obj *.dll lib tags core .pure .nfs* *.old *.bak fluff $(EXE) *.ss *.srl log dummytest
+       rm -f .rnd tmp.bntest tmp.bctest *.o *.obj *.dll lib tags core .pure .nfs* *.old *.bak fluff $(EXE) *.ss *.srl log *.log dummytest
 
 $(DLIBSSL):
        (cd ..; $(MAKE) build_libssl)