From 4926c1563214038148ae6c2f33be196f58841355 Mon Sep 17 00:00:00 2001 From: marius Date: Sun, 27 Dec 2015 21:08:09 +0000 Subject: [PATCH] MFC: r285684 (partial) Record dependencies of gdb/gdbtui/kgdb on binutils/lib{bfd,iberty,opcodes}, fixing parallel builds. git-svn-id: svn://svn.freebsd.org/base/stable/10@292798 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- gnu/usr.bin/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index e12a54074..1eb57aa81 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" -- 2.45.0