From: niklas Date: Fri, 2 Feb 1996 00:22:56 +0000 (+0000) Subject: "make -f Makefile.bsd-wrapper config" should *really* config, and X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8b70e0f44b9d6748a39b385a86f8c7e5328d9574;p=openbsd "make -f Makefile.bsd-wrapper config" should *really* config, and never use cached values. --- diff --git a/gnu/usr.bin/gcc/Makefile.bsd-wrapper b/gnu/usr.bin/gcc/Makefile.bsd-wrapper index 1f760f91533..cb3c832923e 100644 --- a/gnu/usr.bin/gcc/Makefile.bsd-wrapper +++ b/gnu/usr.bin/gcc/Makefile.bsd-wrapper @@ -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