"make -f Makefile.bsd-wrapper config" should *really* config, and
authorniklas <niklas@openbsd.org>
Fri, 2 Feb 1996 00:49:14 +0000 (00:49 +0000)
committerniklas <niklas@openbsd.org>
Fri, 2 Feb 1996 00:49:14 +0000 (00:49 +0000)
never use cached values.

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

index 4668261..910fa55 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: Makefile.bsd-wrapper,v 1.3 1996/01/01 23:51:29 deraadt Exp $
+#      $Id: Makefile.bsd-wrapper,v 1.4 1996/02/02 00:49:14 niklas Exp $
 
 MAN=           info/info.1
 SUBDIRS=       libtxi makeinfo info util
@@ -10,6 +10,7 @@ all:  config.status
 .FORCE:        .IGNORE
 
 config: .FORCE
+       -rm -f config.cache
        /bin/sh ${.CURDIR}/configure --prefix=/usr
 
 config.status: