From 4c911d60ac305e3af9395251b4c88e97af8da820 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Fri, 16 Jan 2004 19:55:52 +0000 Subject: [PATCH] Fixup /usr/libexec/gcc2/aout binutils generation. The install targets had to be updated for the /usr/libexec/aout->/usr/libexec/gcc2/aout move. --- gnu/usr.bin/as/Makefile | 4 ++-- gnu/usr.bin/ld/Makefile | 4 ++-- usr.bin/ar/Makefile | 4 ++-- usr.bin/nm/Makefile | 4 ++-- usr.bin/ranlib/Makefile | 4 ++-- usr.bin/size/Makefile | 4 ++-- usr.bin/strings/Makefile | 4 ++-- usr.bin/strip/Makefile | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/gnu/usr.bin/as/Makefile b/gnu/usr.bin/as/Makefile index 55dccacc54..41b781dccb 100644 --- a/gnu/usr.bin/as/Makefile +++ b/gnu/usr.bin/as/Makefile @@ -1,6 +1,6 @@ # from: @(#)Makefile 6.1 (Berkeley) 3/3/91 # $FreeBSD: src/gnu/usr.bin/as/Makefile,v 1.18.2.1 2001/04/25 12:03:26 ru Exp $ -# $DragonFly: src/gnu/usr.bin/as/Attic/Makefile,v 1.2 2003/06/17 04:25:44 dillon Exp $ +# $DragonFly: src/gnu/usr.bin/as/Attic/Makefile,v 1.3 2004/01/16 19:55:44 dillon Exp $ .include "config/Makefile.$(MACHINE_ARCH)" @@ -17,7 +17,7 @@ gas_objformat=aout ADDINCLUDE=-I${.OBJDIR} PROG= as -BINDIR= /usr/libexec/aout +BINDIR= /usr/libexec/gcc2/aout MAN= as.1aout SRCS+= app.c as.c atof-generic.c bignum-copy.c \ cond.c expr.c flo-const.c flo-copy.c flonum-mult.c \ diff --git a/gnu/usr.bin/ld/Makefile b/gnu/usr.bin/ld/Makefile index 595c8ac602..ddab4f22fb 100644 --- a/gnu/usr.bin/ld/Makefile +++ b/gnu/usr.bin/ld/Makefile @@ -1,12 +1,12 @@ # $FreeBSD: src/gnu/usr.bin/ld/Makefile,v 1.30.2.1 2001/04/25 12:03:51 ru Exp $ -# $DragonFly: src/gnu/usr.bin/ld/Attic/Makefile,v 1.2 2003/06/17 04:25:46 dillon Exp $ +# $DragonFly: src/gnu/usr.bin/ld/Attic/Makefile,v 1.3 2004/01/16 19:55:46 dillon Exp $ # RTLD= ${.CURDIR}/../../../libexec/rtld-aout GCCDIR= ${.CURDIR}/../../../contrib/gcc PROG= ld -BINDIR= /usr/libexec/aout +BINDIR= /usr/libexec/gcc2/aout MAN= ld.1aout SRCS= ld.c symbol.c lib.c shlib.c warnings.c support.c rrs.c xbits.c md.c \ cplus-dem.c diff --git a/usr.bin/ar/Makefile b/usr.bin/ar/Makefile index fbcde5801c..7c709ca5ea 100644 --- a/usr.bin/ar/Makefile +++ b/usr.bin/ar/Makefile @@ -1,12 +1,12 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD: src/usr.bin/ar/Makefile,v 1.9.2.1 2001/04/25 11:29:15 ru Exp $ -# $DragonFly: src/usr.bin/ar/Attic/Makefile,v 1.2 2003/06/17 04:29:25 dillon Exp $ +# $DragonFly: src/usr.bin/ar/Attic/Makefile,v 1.3 2004/01/16 19:55:47 dillon Exp $ PROG= ar CFLAGS+=-I${.CURDIR} -Wall SRCS= append.c ar.c archive.c contents.c delete.c extract.c misc.c \ move.c print.c replace.c MAN= ar.1aout ar.5 -BINDIR= /usr/libexec/aout +BINDIR= /usr/libexec/gcc2/aout .include diff --git a/usr.bin/nm/Makefile b/usr.bin/nm/Makefile index 09525b912a..1e686306b8 100644 --- a/usr.bin/nm/Makefile +++ b/usr.bin/nm/Makefile @@ -1,9 +1,9 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD: src/usr.bin/nm/Makefile,v 1.3.6.1 2001/04/25 11:29:30 ru Exp $ -# $DragonFly: src/usr.bin/nm/Attic/Makefile,v 1.2 2003/06/17 04:29:30 dillon Exp $ +# $DragonFly: src/usr.bin/nm/Attic/Makefile,v 1.3 2004/01/16 19:55:48 dillon Exp $ PROG= nm -BINDIR= /usr/libexec/aout +BINDIR= /usr/libexec/gcc2/aout MAN= nm.1aout .include diff --git a/usr.bin/ranlib/Makefile b/usr.bin/ranlib/Makefile index 831a36633a..b30cc9b862 100644 --- a/usr.bin/ranlib/Makefile +++ b/usr.bin/ranlib/Makefile @@ -1,12 +1,12 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD: src/usr.bin/ranlib/Makefile,v 1.7.2.1 2001/04/25 11:29:33 ru Exp $ -# $DragonFly: src/usr.bin/ranlib/Attic/Makefile,v 1.2 2003/06/17 04:29:30 dillon Exp $ +# $DragonFly: src/usr.bin/ranlib/Attic/Makefile,v 1.3 2004/01/16 19:55:49 dillon Exp $ PROG= ranlib SRCS= archive.c build.c misc.c ranlib.c touch.c CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../ar MAN= ranlib.1aout ranlib.5 -BINDIR= /usr/libexec/aout +BINDIR= /usr/libexec/gcc2/aout VPATH= ${.CURDIR}/../ar .include diff --git a/usr.bin/size/Makefile b/usr.bin/size/Makefile index d0c08ca718..a8ae6cd562 100644 --- a/usr.bin/size/Makefile +++ b/usr.bin/size/Makefile @@ -1,9 +1,9 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD: src/usr.bin/size/Makefile,v 1.3.6.1 2001/04/25 11:29:39 ru Exp $ -# $DragonFly: src/usr.bin/size/Attic/Makefile,v 1.2 2003/06/17 04:29:31 dillon Exp $ +# $DragonFly: src/usr.bin/size/Attic/Makefile,v 1.3 2004/01/16 19:55:50 dillon Exp $ PROG= size MAN= size.1aout -BINDIR= /usr/libexec/aout +BINDIR= /usr/libexec/gcc2/aout .include diff --git a/usr.bin/strings/Makefile b/usr.bin/strings/Makefile index 7e45d2721a..8b2bbe562d 100644 --- a/usr.bin/strings/Makefile +++ b/usr.bin/strings/Makefile @@ -1,9 +1,9 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD: src/usr.bin/strings/Makefile,v 1.3.6.1 2001/04/25 11:29:40 ru Exp $ -# $DragonFly: src/usr.bin/strings/Attic/Makefile,v 1.2 2003/06/17 04:29:31 dillon Exp $ +# $DragonFly: src/usr.bin/strings/Attic/Makefile,v 1.3 2004/01/16 19:55:51 dillon Exp $ PROG= strings MAN= strings.1aout -BINDIR= /usr/libexec/aout +BINDIR= /usr/libexec/gcc2/aout .include diff --git a/usr.bin/strip/Makefile b/usr.bin/strip/Makefile index 4b18df3a60..4af4994437 100644 --- a/usr.bin/strip/Makefile +++ b/usr.bin/strip/Makefile @@ -1,10 +1,10 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD: src/usr.bin/strip/Makefile,v 1.10.6.3 2002/08/07 16:32:01 ru Exp $ -# $DragonFly: src/usr.bin/strip/Attic/Makefile,v 1.2 2003/06/17 04:29:31 dillon Exp $ +# $DragonFly: src/usr.bin/strip/Attic/Makefile,v 1.3 2004/01/16 19:55:52 dillon Exp $ PROG= strip MAN= strip.1aout -BINDIR= /usr/libexec/aout +BINDIR= /usr/libexec/gcc2/aout CLEANFILES += maybe_stripped all: maybe_stripped -- 2.41.0