Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Nov 2016 00:11:19 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r308604 - head/targets/pseudo/userland/gnu
Message-ID:  <201611130011.uAD0BJfp094344@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Sun Nov 13 00:11:19 2016
New Revision: 308604
URL: https://svnweb.freebsd.org/changeset/base/308604

Log:
  Remove lingering ELFCOPY_AS_OBJCOPY missed in r306649.
  
  Sponsored by:	Dell EMC Isilon

Modified:
  head/targets/pseudo/userland/gnu/Makefile.depend

Modified: head/targets/pseudo/userland/gnu/Makefile.depend
==============================================================================
--- head/targets/pseudo/userland/gnu/Makefile.depend	Sun Nov 13 00:11:15 2016	(r308603)
+++ head/targets/pseudo/userland/gnu/Makefile.depend	Sun Nov 13 00:11:19 2016	(r308604)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611130011.uAD0BJfp094344>