From ddb03969a15dd1d000c54983fdd36f21dea0358d Mon Sep 17 00:00:00 2001 From: Daniel Joseph Barnhart Clark Date: Fri, 13 Jul 2007 21:22:32 +0000 Subject: Some OS/Make need all lines to exit with 0 status to continue git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3450 ce84e21b-d406-0410-9b95-82705330c041 --- encap/epkg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'encap/epkg') diff --git a/encap/epkg/Makefile b/encap/epkg/Makefile index 9ea9c12ee..4721423b7 100644 --- a/encap/epkg/Makefile +++ b/encap/epkg/Makefile @@ -37,5 +37,5 @@ expat: cd ${EXPAT} && ./configure --disable-shared --prefix=${PREFIX} && $(MAKE) && $(MAKE) install epkg: - test -d $(ENCAPDIR)/$(EPKG) && rm -rf $(ENCAPDIR)/$(EPKG) + test -d $(ENCAPDIR)/$(EPKG) && rm -rf $(ENCAPDIR)/$(EPKG) || true cd ${EPKG} && ./configure && $(MAKE) && $(MAKE) install -- cgit v1.2.3-1-g7c22