aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/libbfd/Makefile.alpha
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2004-07-08 17:05:34 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2004-07-08 17:05:34 +0000
commit7d0fc2f49ef8d710aab4e3b7db221dd1f84d475c (patch)
tree1c11a95e47b818a1dbb2c36dbf6fb0c929474353 /gnu/usr.bin/binutils/libbfd/Makefile.alpha
parent01480e3c80a8ebbef93cb50ca4f42f1aed27864d (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/libbfd/Makefile.alpha')
-rw-r--r--gnu/usr.bin/binutils/libbfd/Makefile.alpha18
1 files changed, 11 insertions, 7 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile.alpha b/gnu/usr.bin/binutils/libbfd/Makefile.alpha
index 2eb54ed99565..5d413fa78f62 100644
--- a/gnu/usr.bin/binutils/libbfd/Makefile.alpha
+++ b/gnu/usr.bin/binutils/libbfd/Makefile.alpha
@@ -2,11 +2,15 @@
DEFAULT_VECTOR= bfd_elf64_alpha_freebsd_vec
-SRCS+= coff-alpha.c cpu-alpha.c ecoff.c ecofflink.c \
- elf64-alpha.c elf64-target.h elf64.c elflink.c
-VECS= ${DEFAULT_VECTOR} bfd_elf64_alpha_vec ecoffalpha_little_vec
-.if ${TARGET_ARCH} == "alpha"
-CFLAGS+= -DDEFAULT_VECTOR=${DEFAULT_VECTOR}
-.endif
+SRCS+= coff-alpha.c \
+ cpu-alpha.c \
+ ecoff.c \
+ ecofflink.c \
+ elf64.c \
+ elf64-alpha.c \
+ elf64-target.h \
+ elflink.c
-CLEANFILES+= elf64-target.h
+VECS= ${DEFAULT_VECTOR} \
+ bfd_elf64_alpha_vec \
+ ecoffalpha_little_vec