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>
This commit is contained in:
Rui Paulo 2010-08-21 14:59:37 +00:00
parent 760d65b894
commit 3a060e4a1a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=211570

View File

@ -1,5 +1,7 @@
# $FreeBSD$
.include <bsd.own.mk>
OBJCDIR=${.CURDIR}/../../../contrib/libobjc
GCCDIR= ${.CURDIR}/../../../contrib/gcc
GCCLIB= ${.CURDIR}/../../../contrib/gcclibs