look in the right path for defs.mk.
This commit is contained in:
parent
8c5cebf6f7
commit
04291615b1
4
external/gpl3/gcc/usr.bin/Makefile
vendored
4
external/gpl3/gcc/usr.bin/Makefile
vendored
@ -1,10 +1,10 @@
|
||||
# $NetBSD: Makefile,v 1.1 2011/06/21 06:03:13 mrg Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2011/06/24 05:25:24 mrg Exp $
|
||||
|
||||
NOOBJ=# defined
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.if ${MKGCC} != "no" && exists(${.CURDIR}/arch/${MACHINE_ARCH}/defs.mk)
|
||||
.if ${MKGCC} != "no" && exists(${.CURDIR}/gcc/arch/${MACHINE_ARCH}/defs.mk)
|
||||
|
||||
# We keep libcpp here since it depends upon frontend.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user