Remove lingering ELFCOPY_AS_OBJCOPY missed in r306649.

Sponsored by:	Dell EMC Isilon
This commit is contained in:
Bryan Drewery 2016-11-13 00:11:19 +00:00
parent 7c6d0bb1a0
commit 4ede042b39
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=308604

View File

@ -111,10 +111,6 @@ DIRDEPS = \
gnu/usr.bin/texinfo/makeinfo \
gnu/usr.bin/texinfo/texindex \
.if ${MK_ELFCOPY_AS_OBJCOPY} == "no"
DIRDEPS+= gnu/usr.bin/binutils/objcopy
.endif
.if ${MK_GPL_DTC} != "no"
DIRDEPS+= gnu/usr.bin/dtc
.endif