From: niklas Date: Fri, 2 Feb 1996 01:11:38 +0000 (+0000) Subject: "make -f Makefile.bsd-wrapper config" should *really* config, and X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=51a415525d81ee0b9019c7b030b96d651acad393;p=openbsd "make -f Makefile.bsd-wrapper config" should *really* config, and never use cached values. Initially we only want gas, even though we're not even there yet. --- diff --git a/gnu/usr.bin/binutils/Makefile.bsd-wrapper b/gnu/usr.bin/binutils/Makefile.bsd-wrapper index fa8e1ea0665..bcf701c2018 100644 --- a/gnu/usr.bin/binutils/Makefile.bsd-wrapper +++ b/gnu/usr.bin/binutils/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $Id: Makefile.bsd-wrapper,v 1.1 1996/01/08 15:54:12 niklas Exp $ +# $Id: Makefile.bsd-wrapper,v 1.2 1996/02/02 01:11:38 niklas Exp $ MAN= binutils/ar.1 binutils/nlmconv.1 binutils/nm.1 binutils/objcopy.1 \ binutils/objdump.1 binutils/ranlib.1 binutils/size.1 \ @@ -12,6 +12,7 @@ all: config.status .FORCE: .IGNORE config: .FORCE + -rm -f config.cache sh ${.CURDIR}/configure --prefix=/usr config.status: @@ -19,7 +20,7 @@ config.status: install: maninstall ${MAKE} prefix=${DESTDIR}/usr infodir=${DESTDIR}/usr/share/info \ - bindir=${DESTDIR}/usr/bin INSTALL_MAN= install-gas install-ld + bindir=${DESTDIR}/usr/bin INSTALL_MAN= install-gas clean cleandir: -@if [ -e Makefile ]; then ${MAKE} realclean; fi