diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-05-05 08:57:11 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-05-05 08:57:11 +0000 |
| commit | b09740d425b964c87204b8ca609029056765be10 (patch) | |
| tree | 2a06305b4974b6178939d69647edeaba20d6936a /gnu/usr.bin/binutils/as | |
| parent | 9b87ba9b0fef00ec54ab9c757fd58a0f021d2f41 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/as')
| -rw-r--r-- | gnu/usr.bin/binutils/as/alpha-freebsd/Makefile | 5 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/as/as_alpha/Makefile | 5 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/as/as_i386/Makefile | 5 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/as/i386-freebsd/Makefile | 5 |
4 files changed, 16 insertions, 4 deletions
diff --git a/gnu/usr.bin/binutils/as/alpha-freebsd/Makefile b/gnu/usr.bin/binutils/as/alpha-freebsd/Makefile index 8f00245e091b..5226749b07c0 100644 --- a/gnu/usr.bin/binutils/as/alpha-freebsd/Makefile +++ b/gnu/usr.bin/binutils/as/alpha-freebsd/Makefile @@ -1,9 +1,12 @@ # -# $Id$ +# $Id: Makefile,v 1.1 1998/05/04 22:04:50 jb Exp $ # .include "../Makefile.inc0" +# Get the BINDIR for this host: +.include "../../Makefile.inc" + .if ${MACHINE_ARCH} == "alpha" PROG= as .else diff --git a/gnu/usr.bin/binutils/as/as_alpha/Makefile b/gnu/usr.bin/binutils/as/as_alpha/Makefile index 8f00245e091b..5226749b07c0 100644 --- a/gnu/usr.bin/binutils/as/as_alpha/Makefile +++ b/gnu/usr.bin/binutils/as/as_alpha/Makefile @@ -1,9 +1,12 @@ # -# $Id$ +# $Id: Makefile,v 1.1 1998/05/04 22:04:50 jb Exp $ # .include "../Makefile.inc0" +# Get the BINDIR for this host: +.include "../../Makefile.inc" + .if ${MACHINE_ARCH} == "alpha" PROG= as .else diff --git a/gnu/usr.bin/binutils/as/as_i386/Makefile b/gnu/usr.bin/binutils/as/as_i386/Makefile index c8f5dc8c1e61..04b684029886 100644 --- a/gnu/usr.bin/binutils/as/as_i386/Makefile +++ b/gnu/usr.bin/binutils/as/as_i386/Makefile @@ -1,9 +1,12 @@ # -# $Id$ +# $Id: Makefile,v 1.1 1998/05/04 22:05:44 jb Exp $ # .include "../Makefile.inc0" +# Get the BINDIR for this host: +.include "../../Makefile.inc" + .if ${MACHINE_ARCH} == "i386" PROG= as .else diff --git a/gnu/usr.bin/binutils/as/i386-freebsd/Makefile b/gnu/usr.bin/binutils/as/i386-freebsd/Makefile index c8f5dc8c1e61..04b684029886 100644 --- a/gnu/usr.bin/binutils/as/i386-freebsd/Makefile +++ b/gnu/usr.bin/binutils/as/i386-freebsd/Makefile @@ -1,9 +1,12 @@ # -# $Id$ +# $Id: Makefile,v 1.1 1998/05/04 22:05:44 jb Exp $ # .include "../Makefile.inc0" +# Get the BINDIR for this host: +.include "../../Makefile.inc" + .if ${MACHINE_ARCH} == "i386" PROG= as .else |
