Catch up with changed binutils prefix

Reported by:	Mark Millard
Reviewed by:	swills
Differential Revision:	https://reviews.freebsd.org/D15009
> PR:                       If and which Problem Report is related.
> Submitted by:             If someone else sent in the change.
> Reported by:              If someone else reported the issue.
> Reviewed by:              If someone else reviewed your modification.
> Approved by:              If you needed approval for this commit.
> Obtained from:            If the change is from a third party.
> MFC after:                N [day[s]|week[s]|month[s]].  Request a reminder email.
> MFH:                      Ports tree branch name.  Request approval for merge.
> Relnotes:                 Set to 'yes' for mention in release notes.
> Security:                 Vulnerability reference (one per line) or description.
> Sponsored by:             If the change was sponsored by an organization.
> Differential Revision:    https://reviews.freebsd.org/D### (*full* phabric URL needed).
> Empty fields above will be automatically removed.

M    amd64-binutils/Makefile
This commit is contained in:
Alexander Kabaev 2018-04-10 01:00:30 +00:00
parent 89ca0fa3f1
commit 1b632ac6f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466933

View File

@ -6,7 +6,7 @@ PLIST= ${.CURDIR}/pkg-plist
MASTERDIR= ${.CURDIR}/../binutils
BUTARGET= x86_64-${OPSYS:tl}
BUTARGET= x86_64-unknown-${OPSYS:tl}${OSREL}
NAMEDTARGET= amd64-${OPSYS:tl}
.include "${MASTERDIR}/Makefile"