diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-06-04 06:50:58 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-06-04 06:50:58 +0000 |
| commit | ae33d52efb79759a26cf5ab89c03523fe66de10e (patch) | |
| tree | 74621a9f88353de4b133c402316598a71f579732 /gnu/usr.bin/binutils/libbfd/Makefile.alpha | |
| parent | 6bd343a92d153aaa29d8dc9d9f2b7690e1ed4210 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/libbfd/Makefile.alpha')
| -rw-r--r-- | gnu/usr.bin/binutils/libbfd/Makefile.alpha | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile.alpha b/gnu/usr.bin/binutils/libbfd/Makefile.alpha index ca77a9cd11ad..7c98ead96f6e 100644 --- a/gnu/usr.bin/binutils/libbfd/Makefile.alpha +++ b/gnu/usr.bin/binutils/libbfd/Makefile.alpha @@ -1,9 +1,9 @@ # -# $Id: Makefile.alpha,v 1.1 1998/03/12 12:29:20 jb Exp $ +# $Id: Makefile.alpha,v 1.2 1998/05/04 21:16:46 jb Exp $ # SRCS+= coff-alpha.c cpu-alpha.c ecoff.c ecofflink.c elf64-alpha.c \ - elf64.c elflink.c + elf64-target.h elf64.c elflink.c VECS+= bfd_elf64_alpha_vec ecoffalpha_little_vec .if ${MACHINE_ARCH} == "alpha" CFLAGS+= -DDEFAULT_VECTOR=bfd_elf64_alpha_vec @@ -12,9 +12,5 @@ CFLAGS+= -DHAVE_bfd_elf64_alpha_vec CFLAGS+= -DHAVE_ecoffalpha_little_vec CLEANFILES+= elf64-target.h -beforedepend: elf64-target.h - -elf64-alpha.o: elf64-target.h - elf64-target.h: elfxx-target.h sed -e s/NN/64/g ${.ALLSRC} > ${.TARGET} |
