summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2015-12-27 21:08:09 +0000
committermarius <marius@FreeBSD.org>2015-12-27 21:08:09 +0000
commit3376899410df56b9c29e62a48c34c2969fc7df0a (patch)
treecd2edd731ec665b7759dcc77afa9854bb98d4aac /gnu
parent2b3df2528edce2933807a413a7cd6e9850d56fe6 (diff)
downloadFreeBSD-src-3376899410df56b9c29e62a48c34c2969fc7df0a.zip
FreeBSD-src-3376899410df56b9c29e62a48c34c2969fc7df0a.tar.gz
MFC: r285684 (partial)
Record dependencies of gdb/gdbtui/kgdb on binutils/lib{bfd,iberty,opcodes}, fixing parallel builds.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index e12a540..1eb57aa 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -17,6 +17,8 @@ SUBDIR= ${_binutils} \
${_tests} \
${_texinfo}
+SUBDIR_DEPEND_gdb= ${_binutils}
+
.if ${MK_CXX} != "no"
_gperf= gperf
.if ${MK_GROFF} != "no"
OpenPOWER on IntegriCloud