From owner-svn-src-head@freebsd.org Wed Oct 7 00:43:06 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A457A9D1B37; Wed, 7 Oct 2015 00:43:06 +0000 (UTC) (envelope-from sjg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A6F013CF; Wed, 7 Oct 2015 00:43:06 +0000 (UTC) (envelope-from sjg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t970h50U002521; Wed, 7 Oct 2015 00:43:05 GMT (envelope-from sjg@FreeBSD.org) Received: (from sjg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t970h5M2002518; Wed, 7 Oct 2015 00:43:05 GMT (envelope-from sjg@FreeBSD.org) Message-Id: <201510070043.t970h5M2002518@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sjg set sender to sjg@FreeBSD.org using -f From: "Simon J. Gerraty" Date: Wed, 7 Oct 2015 00:43:05 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r288968 - in head: gnu/usr.bin/binutils/ld usr.bin/truss X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2015 00:43:06 -0000 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 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