svn commit: r288968 - in head: gnu/usr.bin/binutils/ld usr.bin/truss

Simon J. Gerraty sjg at FreeBSD.org
Wed Oct 7 00:43:06 UTC 2015


Author: sjg
Date: Wed Oct  7 00:43:05 2015
New Revision: 288968
URL: https://svnweb.freebsd.org/changeset/base/288968

Log:
  Updated depends

Modified:
  head/gnu/usr.bin/binutils/ld/Makefile.depend.host
  head/usr.bin/truss/Makefile.depend.amd64

Modified: head/gnu/usr.bin/binutils/ld/Makefile.depend.host
==============================================================================
--- head/gnu/usr.bin/binutils/ld/Makefile.depend.host	Wed Oct  7 00:33:44 2015	(r288967)
+++ head/gnu/usr.bin/binutils/ld/Makefile.depend.host	Wed Oct  7 00:43:05 2015	(r288968)
@@ -4,6 +4,7 @@
 DIRDEPS = \
 	gnu/usr.bin/binutils/libbfd \
 	gnu/usr.bin/binutils/libiberty \
+	usr.bin/yacc \
 
 
 .include <dirdeps.mk>

Modified: head/usr.bin/truss/Makefile.depend.amd64
==============================================================================
--- head/usr.bin/truss/Makefile.depend.amd64	Wed Oct  7 00:33:44 2015	(r288967)
+++ head/usr.bin/truss/Makefile.depend.amd64	Wed Oct  7 00:43:05 2015	(r288968)
@@ -17,6 +17,8 @@ DIRDEPS = \
 
 .if ${DEP_RELDIR} == ${_DEP_RELDIR}
 # local dependencies - needed for -jN in clean tree
+amd64-cloudabi64.o: cloudabi64_syscalls.h
+amd64-cloudabi64.po: cloudabi64_syscalls.h
 amd64-fbsd.o: syscalls.h
 amd64-fbsd.po: syscalls.h
 amd64-fbsd32.o: freebsd32_syscalls.h


More information about the svn-src-all mailing list