From 3a060e4a1ae1bffe25468dbf666e5494363faa90 Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Sat, 21 Aug 2010 14:59:37 +0000 Subject: [PATCH] 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 ddf9e5d26633..3dc49d842a60 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