mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
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:
parent
760d65b894
commit
3a060e4a1a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=211570
@ -1,5 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
OBJCDIR=${.CURDIR}/../../../contrib/libobjc
|
||||
GCCDIR= ${.CURDIR}/../../../contrib/gcc
|
||||
GCCLIB= ${.CURDIR}/../../../contrib/gcclibs
|
||||
|
Loading…
Reference in New Issue
Block a user