From owner-svn-src-projects@FreeBSD.ORG Thu May 9 22:28:16 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C06D7B65; Thu, 9 May 2013 22:28:16 +0000 (UTC) (envelope-from sjg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AF27D7EF; Thu, 9 May 2013 22:28:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r49MSGO1068911; Thu, 9 May 2013 22:28:16 GMT (envelope-from sjg@svn.freebsd.org) Received: (from sjg@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r49MSG7R068910; Thu, 9 May 2013 22:28:16 GMT (envelope-from sjg@svn.freebsd.org) Message-Id: <201305092228.r49MSG7R068910@svn.freebsd.org> From: "Simon J. Gerraty" Date: Thu, 9 May 2013 22:28:16 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r250424 - projects/bmake/usr.bin/truss X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 May 2013 22:28:16 -0000 Author: sjg Date: Thu May 9 22:28:16 2013 New Revision: 250424 URL: http://svnweb.freebsd.org/changeset/base/250424 Log: We no longer need to fiddle with INCLUDEDIR Modified: projects/bmake/usr.bin/truss/Makefile Modified: projects/bmake/usr.bin/truss/Makefile ============================================================================== --- projects/bmake/usr.bin/truss/Makefile Thu May 9 21:42:43 2013 (r250423) +++ projects/bmake/usr.bin/truss/Makefile Thu May 9 22:28:16 2013 (r250424) @@ -73,10 +73,3 @@ freebsd32_syscalls.h: fbsd32-syscalls.ma .endif .include - - -.if ${MK_STAGING} != "" -# we are interested in the files put in ${STAGE_OBJTOP}/include -DESTDIR= ${STAGE_OBJTOP} -INCLUDEDIR= /include -.endif