"make -f Makefile.bsd-wrapper config" should *really* config, and
authorniklas <niklas@openbsd.org>
Fri, 2 Feb 1996 00:11:23 +0000 (00:11 +0000)
committerniklas <niklas@openbsd.org>
Fri, 2 Feb 1996 00:11:23 +0000 (00:11 +0000)
never use cached values.  The new cvs-version made me notice this.

gnu/usr.bin/cvs/Makefile.bsd-wrapper

index a307999..24833d4 100644 (file)
@@ -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: