diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-11-13 00:11:19 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-11-13 00:11:19 +0000 |
commit | 4ede042b3968b0396fe887e4f03dcd15aa48be93 (patch) | |
tree | b539e3fe30edc6d8c5653e23c8b5645d720cde6e /targets | |
parent | 7c6d0bb1a04aa66006b38ea158a92d0543b57896 (diff) | |
download | src-4ede042b3968b0396fe887e4f03dcd15aa48be93.tar.gz src-4ede042b3968b0396fe887e4f03dcd15aa48be93.zip |
Remove lingering ELFCOPY_AS_OBJCOPY missed in r306649.
Sponsored by: Dell EMC Isilon
Notes
Notes:
svn path=/head/; revision=308604
Diffstat (limited to 'targets')
-rw-r--r-- | targets/pseudo/userland/gnu/Makefile.depend | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/targets/pseudo/userland/gnu/Makefile.depend b/targets/pseudo/userland/gnu/Makefile.depend index 5c6581b8f2d9..cb9bda628cfc 100644 --- a/targets/pseudo/userland/gnu/Makefile.depend +++ b/targets/pseudo/userland/gnu/Makefile.depend @@ -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 |