svn commit: r308604 - head/targets/pseudo/userland/gnu

Bryan Drewery bdrewery at FreeBSD.org
Sun Nov 13 00:11:20 UTC 2016


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


More information about the svn-src-head mailing list