rm '-f' config.cache
authordavid <david@openbsd.org>
Wed, 6 Mar 1996 17:54:06 +0000 (17:54 +0000)
committerdavid <david@openbsd.org>
Wed, 6 Mar 1996 17:54:06 +0000 (17:54 +0000)
gnu/usr.bin/cvs/Makefile.bsd-wrapper

index 4db64b4..56ff027 100644 (file)
@@ -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: