From: Richard Levitte Date: Tue, 28 Apr 2015 15:59:06 +0000 (+0200) Subject: Have 'make clean' clean away the log files. X-Git-Tag: OpenSSL_1_1_0-pre1~669 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d6c5b66c1c9457a7f8c8f69c1ad3b4557dcd3fa2;p=oweals%2Fopenssl.git Have 'make clean' clean away the log files. Reviewed-by: Rich Salz --- diff --git a/test/Makefile b/test/Makefile index a51a83567d..9ead38ed01 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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)