From: david Date: Wed, 6 Mar 1996 17:54:06 +0000 (+0000) Subject: rm '-f' config.cache X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6a33de6433449fdaf33962ce6f6bcb1019f9366c;p=openbsd rm '-f' config.cache --- diff --git a/gnu/usr.bin/cvs/Makefile.bsd-wrapper b/gnu/usr.bin/cvs/Makefile.bsd-wrapper index 4db64b4c792..56ff0271db2 100644 --- a/gnu/usr.bin/cvs/Makefile.bsd-wrapper +++ b/gnu/usr.bin/cvs/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $Id: Makefile.bsd-wrapper,v 1.11 1996/02/06 03:38:29 etheisen Exp $ +# $Id: Makefile.bsd-wrapper,v 1.12 1996/03/06 17:54:06 david Exp $ MAN= man/cvs.1 man/cvs.5 man/cvsbug.8 man/cvsinit.8 man/mkmodules.1 GNUCFLAGS= CFLAGS="${CFLAGS}" @@ -11,7 +11,7 @@ all: config.status .FORCE: .IGNORE config: .FORCE - -rm config.cache + -rm -f config.cache sh ${.CURDIR}/configure --prefix=/usr --with-krb4=/usr config.status: