diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-05-05 10:32:47 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-05-05 10:32:47 +0000 |
| commit | 402d0191b434fc67c22e755f754fd15c7e0d20f8 (patch) | |
| tree | 76b416e9dd51ee639857af384208388d44f88751 /gnu/usr.bin/binutils/as | |
| parent | 9976c5ebe298d11abec0da28c0cbff5f465581f5 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/as')
| -rw-r--r-- | gnu/usr.bin/binutils/as/alpha-freebsd/Makefile | 7 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/as/as_alpha/Makefile | 7 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/as/as_i386/Makefile | 7 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/as/i386-freebsd/Makefile | 7 |
4 files changed, 8 insertions, 20 deletions
diff --git a/gnu/usr.bin/binutils/as/alpha-freebsd/Makefile b/gnu/usr.bin/binutils/as/alpha-freebsd/Makefile index 5226749b07c0..a58d93f3ea78 100644 --- a/gnu/usr.bin/binutils/as/alpha-freebsd/Makefile +++ b/gnu/usr.bin/binutils/as/alpha-freebsd/Makefile @@ -1,11 +1,8 @@ # -# $Id: Makefile,v 1.1 1998/05/04 22:04:50 jb Exp $ +# $Id: Makefile,v 1.2 1998/05/05 08:56:24 jb Exp $ # -.include "../Makefile.inc0" - -# Get the BINDIR for this host: -.include "../../Makefile.inc" +.include "${.CURDIR}/../Makefile.inc0" .if ${MACHINE_ARCH} == "alpha" PROG= as diff --git a/gnu/usr.bin/binutils/as/as_alpha/Makefile b/gnu/usr.bin/binutils/as/as_alpha/Makefile index 5226749b07c0..a58d93f3ea78 100644 --- a/gnu/usr.bin/binutils/as/as_alpha/Makefile +++ b/gnu/usr.bin/binutils/as/as_alpha/Makefile @@ -1,11 +1,8 @@ # -# $Id: Makefile,v 1.1 1998/05/04 22:04:50 jb Exp $ +# $Id: Makefile,v 1.2 1998/05/05 08:56:24 jb Exp $ # -.include "../Makefile.inc0" - -# Get the BINDIR for this host: -.include "../../Makefile.inc" +.include "${.CURDIR}/../Makefile.inc0" .if ${MACHINE_ARCH} == "alpha" PROG= as diff --git a/gnu/usr.bin/binutils/as/as_i386/Makefile b/gnu/usr.bin/binutils/as/as_i386/Makefile index 04b684029886..273e27f462be 100644 --- a/gnu/usr.bin/binutils/as/as_i386/Makefile +++ b/gnu/usr.bin/binutils/as/as_i386/Makefile @@ -1,11 +1,8 @@ # -# $Id: Makefile,v 1.1 1998/05/04 22:05:44 jb Exp $ +# $Id: Makefile,v 1.2 1998/05/05 08:57:11 jb Exp $ # -.include "../Makefile.inc0" - -# Get the BINDIR for this host: -.include "../../Makefile.inc" +.include "${.CURDIR}/../Makefile.inc0" .if ${MACHINE_ARCH} == "i386" PROG= as diff --git a/gnu/usr.bin/binutils/as/i386-freebsd/Makefile b/gnu/usr.bin/binutils/as/i386-freebsd/Makefile index 04b684029886..273e27f462be 100644 --- a/gnu/usr.bin/binutils/as/i386-freebsd/Makefile +++ b/gnu/usr.bin/binutils/as/i386-freebsd/Makefile @@ -1,11 +1,8 @@ # -# $Id: Makefile,v 1.1 1998/05/04 22:05:44 jb Exp $ +# $Id: Makefile,v 1.2 1998/05/05 08:57:11 jb Exp $ # -.include "../Makefile.inc0" - -# Get the BINDIR for this host: -.include "../../Makefile.inc" +.include "${.CURDIR}/../Makefile.inc0" .if ${MACHINE_ARCH} == "i386" PROG= as |
