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

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

index 1f760f9..cb3c832 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: Makefile.bsd-wrapper,v 1.3 1996/01/01 23:51:28 deraadt Exp $
+#      $Id: Makefile.bsd-wrapper,v 1.4 1996/02/02 00:22:56 niklas Exp $
 
 MAN=   cccp.1 gcc.1 cp/g++.1
 MLINKS=        gcc.1 cc.1
@@ -9,6 +9,7 @@ all:    config.status
 .FORCE:        .IGNORE
 
 config: .FORCE
+       -rm -f config.cache
        /bin/sh ${.CURDIR}/configure --with-gnu-as --with-gnu-ld \
                --prefix=/usr