svn commit: r211570 - head/gnu/lib/libobjc

Rui Paulo rpaulo at FreeBSD.org
Sat Aug 21 14:59:37 UTC 2010


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 <dimitry at andric.com>

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 <bsd.own.mk>
+
 OBJCDIR=${.CURDIR}/../../../contrib/libobjc
 GCCDIR=	${.CURDIR}/../../../contrib/gcc
 GCCLIB=	${.CURDIR}/../../../contrib/gcclibs


More information about the svn-src-all mailing list