From 6787401fc4103dc44fd9563e57ee0a838fad2ade Mon Sep 17 00:00:00 2001 From: rpaulo Date: Sat, 21 Aug 2010 14:59:37 +0000 Subject: 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 --- gnu/lib/libobjc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/lib/libobjc/Makefile b/gnu/lib/libobjc/Makefile index ddf9e5d..3dc49d8 100644 --- a/gnu/lib/libobjc/Makefile +++ b/gnu/lib/libobjc/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +.include + OBJCDIR=${.CURDIR}/../../../contrib/libobjc GCCDIR= ${.CURDIR}/../../../contrib/gcc GCCLIB= ${.CURDIR}/../../../contrib/gcclibs -- cgit v1.1