Deleted Added
full compact
1c1
< # $FreeBSD: head/gnu/usr.bin/binutils/libbfd/Makefile 100177 2002-07-16 16:10:39Z mike $
---
> # $FreeBSD: head/gnu/usr.bin/binutils/libbfd/Makefile 103780 2002-09-22 05:29:37Z obrien $
22,29d21
< # If set, BINUTILSDISTDIR is the path to a directory containing the full GNU
< # binutils release. FreeBSD only distributes the bits that are required to
< # build native architectures. BINUTILSDISTDIR is needed to build cross tools.
< .if defined(BINUTILSDISTDIR) && exists(${BINUTILSDISTDIR})
< .PATH: ${BINUTILSDISTDIR}/bfd ${BINUTILSDISTDIR}/opcodes
< CFLAGS+= -I${BINUTILSDISTDIR}/bfd -I${BINUTILSDISTDIR}/include -I.
< .endif
<
31c23
< .if ${BINUTIL_ARCH} == "sparc64"
---
> .if ${TARGET_ARCH} == "sparc64"
58c50
< .if ${BINUTIL_ARCH} == "i386"
---
> .if ${TARGET_ARCH} == "i386"