From owner-svn-src-head@FreeBSD.ORG Sat Aug 21 14:59:37 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A7721065695; Sat, 21 Aug 2010 14:59:37 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5B62C8FC15; Sat, 21 Aug 2010 14:59:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o7LExbJe072864; Sat, 21 Aug 2010 14:59:37 GMT (envelope-from rpaulo@svn.freebsd.org) Received: (from rpaulo@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o7LExbVx072862; Sat, 21 Aug 2010 14:59:37 GMT (envelope-from rpaulo@svn.freebsd.org) Message-Id: <201008211459.o7LExbVx072862@svn.freebsd.org> From: Rui Paulo Date: Sat, 21 Aug 2010 14:59:37 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r211570 - head/gnu/lib/libobjc X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 21 Aug 2010 14:59:37 -0000 Author: rpaulo Date: Sat Aug 21 14:59:37 2010 New Revision: 211570 URL: http://svn.freebsd.org/changeset/base/211570 Log: We need to pull bsd.own.mk before modifying the CC variable. Otherwise it will be overwritten when we include bsd.lib.mk. Pointed out by: Dimitry Andric Modified: head/gnu/lib/libobjc/Makefile Modified: head/gnu/lib/libobjc/Makefile ============================================================================== --- head/gnu/lib/libobjc/Makefile Sat Aug 21 14:50:16 2010 (r211569) +++ head/gnu/lib/libobjc/Makefile Sat Aug 21 14:59:37 2010 (r211570) @@ -1,5 +1,7 @@ # $FreeBSD$ +.include + OBJCDIR=${.CURDIR}/../../../contrib/libobjc GCCDIR= ${.CURDIR}/../../../contrib/gcc GCCLIB= ${.CURDIR}/../../../contrib/gcclibs