diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-07-01 17:29:48 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-07-01 17:29:48 +0000 |
commit | 9c3f1b326fd24c2e8f88f3875eecb5bdaf558387 (patch) | |
tree | 4e98f248c4690ebf5d8ff29ed5b2a9ea2e99e05d /gnu | |
parent | 3e1521419b34ad85cee8ac6366816f286fb0c8c2 (diff) |
Notes
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/libbfd/Makefile.amd64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile.amd64 b/gnu/usr.bin/binutils/libbfd/Makefile.amd64 index 4c9506377eb48..012ff129535b2 100644 --- a/gnu/usr.bin/binutils/libbfd/Makefile.amd64 +++ b/gnu/usr.bin/binutils/libbfd/Makefile.amd64 @@ -3,7 +3,7 @@ .include "${.CURDIR}/Makefile.i386" # Get the i386 DEFAULT_VECTOR and VECS. -I386_VECS:= ${DEFAULT_VECTOR} ${VECS} +I386_VECS:= ${DEFAULT_VECTOR} # ${VECS} DEFAULT_VECTOR= bfd_elf64_x86_64_vec |