From f5c33a9362007ad0e66425edf3fb08e730fd2c61 Mon Sep 17 00:00:00 2001 From: connerwolfssl Date: Thu, 1 Feb 2018 10:23:10 -0700 Subject: [PATCH] added force flag to not through warning if no file present to remove --- Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6e42e14c7..a93b58828 100644 --- a/Makefile.am +++ b/Makefile.am @@ -153,10 +153,10 @@ DISTCLEANFILES+= wolfssl-config clean-local: -rm -rf documentation/build/ -rm -rf documentation/html/ - -rm documentation/refman.pdf - -rm documentation/doxygen_warnings - -rm documentation/doxygen_html_warnings - -rm documentation/doxygen_pdf_warnings + -rm -f documentation/refman.pdf + -rm -f documentation/doxygen_warnings + -rm -f documentation/doxygen_html_warnings + -rm -f documentation/doxygen_pdf_warnings maintainer-clean-local: -rm Makefile.in