From: Chris Tallon Date: Sat, 20 Aug 2005 12:52:18 +0000 (+0000) Subject: Added -f to rm vompclient to allow it to succeed if vompclient doesn't X-Git-Tag: r0-0-9~2 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=1bcd9ce6aa22730e514a553bc0cc16895176a47c;p=vompclient.git Added -f to rm vompclient to allow it to succeed if vompclient doesn't pre-exist --- diff --git a/Makefile b/Makefile index 44c1651..82c4fff 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ strip: $(STRIP) vompclient install: - rm /diskless/nfs/mvp/vompclient + rm -f /diskless/nfs/mvp/vompclient cp vompclient /diskless/nfs/mvp release: CXXFLAGS := -O3 $(CXXFLAGS)