summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-02-02 00:11:24 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-02-02 00:11:24 +0000
commitc73f8140a29d2f7f6e3a075942004b3aa829fda1 (patch)
treebe9b4d9005fcb3e395388ae9129bc76ff134084a /gnu/usr.bin/cvs
parent8b6236f9b9d7bca8f9cf84dc67ab4393e6cc4469 (diff)
"make -f Makefile.bsd-wrapper config" should *really* config, and
never use cached values. The new cvs-version made me notice this.
Diffstat (limited to 'gnu/usr.bin/cvs')
-rw-r--r--gnu/usr.bin/cvs/Makefile.bsd-wrapper3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/Makefile.bsd-wrapper b/gnu/usr.bin/cvs/Makefile.bsd-wrapper
index a307999949d..24833d47515 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.9 1996/01/30 03:22:47 tholo Exp $
+# $Id: Makefile.bsd-wrapper,v 1.10 1996/02/02 00:11:23 niklas Exp $
MAN= man/cvs.1 man/cvs.5 man/cvsbug.8 man/cvsinit.8 man/mkmodules.1
@@ -8,6 +8,7 @@ all: config.status
.FORCE: .IGNORE
config: .FORCE
+ -rm config.cache
sh ${.CURDIR}/configure --prefix=/usr --with-krb4=/usr
config.status: