From: dbs Date: Tue, 4 Nov 2008 02:05:26 +0000 (+0000) Subject: Don't throw an error if the files don't exist during make clean X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4750580a8db709374b9aee7e7b01c41064730b39;p=Evergreen.git Don't throw an error if the files don't exist during make clean git-svn-id: svn://svn.open-ils.org/ILS/trunk@11051 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/apachemods/Makefile.am b/Open-ILS/src/apachemods/Makefile.am index e2c3fc042f..0a6ea3f069 100644 --- a/Open-ILS/src/apachemods/Makefile.am +++ b/Open-ILS/src/apachemods/Makefile.am @@ -14,4 +14,4 @@ install-exec-local: $(APXS2) -i -a @srcdir@/mod_xmlent.la clean-local: - rm @srcdir@/mod_xmlent.la @srcdir@/mod_xmlent.lo @srcdir@/mod_xmlent.slo + rm -f @srcdir@/mod_xmlent.la @srcdir@/mod_xmlent.lo @srcdir@/mod_xmlent.slo