[open-ils-commits] r11874 - branches/rel_1_4/Open-ILS/src/apachemods
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Jan 19 02:13:42 EST 2009
Author: dbs
Date: 2009-01-19 02:13:39 -0500 (Mon, 19 Jan 2009)
New Revision: 11874
Modified:
branches/rel_1_4/Open-ILS/src/apachemods/Makefile.am
Log:
Avoid errors running 'make clean' if some files have been manually removed
Modified: branches/rel_1_4/Open-ILS/src/apachemods/Makefile.am
===================================================================
--- branches/rel_1_4/Open-ILS/src/apachemods/Makefile.am 2009-01-17 20:26:15 UTC (rev 11873)
+++ branches/rel_1_4/Open-ILS/src/apachemods/Makefile.am 2009-01-19 07:13:39 UTC (rev 11874)
@@ -14,4 +14,4 @@
$(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
More information about the open-ils-commits
mailing list