Fix SUBDIR_DEPEND for gdb on binutils after r307659.

Sponsored by:	Dell EMC Isilon
This commit is contained in:
Bryan Drewery 2017-03-15 21:17:45 +00:00
parent e35ddbe448
commit 29e9c668a1

View File

@ -2,7 +2,6 @@
.include <src.opts.mk>
SUBDIR_DEPEND_gdb= ${_binutils}
.if ${MK_CXX} != "no"
SUBDIR.${MK_GCC}+= gperf
@ -14,6 +13,7 @@ SUBDIR.${MK_DIALOG}+= dialog
.if ${MK_BINUTILS} != "no"
SUBDIR.${MK_GDB}+= gdb
SUBDIR_DEPEND_gdb= binutils
.endif
SUBDIR.${MK_GCC}+= cc