"make -f Makefile.bsd-wrapper config" should *really* config, and
authorniklas <niklas@openbsd.org>
Fri, 2 Feb 1996 01:11:38 +0000 (01:11 +0000)
committerniklas <niklas@openbsd.org>
Fri, 2 Feb 1996 01:11:38 +0000 (01:11 +0000)
never use cached values.  Initially we only want gas, even though
we're not even there yet.

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

index fa8e1ea..bcf701c 100644 (file)
@@ -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