summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>1996-03-06 17:54:07 +0000
committerDavid Krause <david@cvs.openbsd.org>1996-03-06 17:54:07 +0000
commit44871426571d01c2486b46d4317ff9caeac6ee4d (patch)
tree78cf0edefae41f61c6cf160cf6809e914ff743cf /gnu/usr.bin
parent9b946b252f5bec3bd7624cf1bcc430b456571872 (diff)
rm '-f' config.cache
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cvs/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
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: