Replace freebsdelf with freebsd in BINDIR.

[ alpha-freebsd, i386-freebsd and mips-freebsd were repo-copied
  by Peter (one of the repo-men) ]

Requested by: obrien
This commit is contained in:
John Birrell 1999-11-07 05:56:04 +00:00
parent a14a0223ae
commit bf5c062675
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52954
5 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@
PROG= as
.if ${MACHINE_ARCH} != "alpha"
NOMAN= 1
BINDIR= /usr/libexec/cross/alpha-freebsdelf
BINDIR= /usr/libexec/cross/alpha-freebsd
.endif
SRCS+= obj-elf.c tc-alpha.c

View file

@ -7,7 +7,7 @@
PROG= as
.if ${MACHINE_ARCH} != "i386"
NOMAN= 1
BINDIR= /usr/libexec/cross/i386-freebsdelf
BINDIR= /usr/libexec/cross/i386-freebsd
.endif
SRCS+= obj-elf.c tc-i386.c

View file

@ -6,7 +6,7 @@
PROG= as
NOMAN= 1
BINDIR= /usr/libexec/cross/m68k-freebsdelf
BINDIR= /usr/libexec/cross/m68k-freebsd
SRCS+= obj-elf.c tc-m68k.c m68k-parse.c
.include <bsd.prog.mk>

View file

@ -6,7 +6,7 @@
PROG= as
NOMAN= 1
BINDIR= /usr/libexec/cross/powerpc-freebsdelf
BINDIR= /usr/libexec/cross/powerpc-freebsd
SRCS+= obj-elf.c tc-ppc.c
.include <bsd.prog.mk>

View file

@ -7,7 +7,7 @@
PROG= as
.if ${MACHINE_ARCH} != "sparc"
NOMAN= 1
BINDIR= /usr/libexec/cross/sparc-freebsdelf
BINDIR= /usr/libexec/cross/sparc-freebsd
.endif
SRCS+= obj-elf.c tc-sparc.c