Fix SUBDIR_DEPEND for gdb on binutils after r307659.
Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
e35ddbe448
commit
29e9c668a1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user