Author: marius Date: Sun Dec 27 21:08:09 2015 New Revision: 292798 URL: https://svnweb.freebsd.org/changeset/base/292798
Log: MFC: r285684 (partial) Record dependencies of gdb/gdbtui/kgdb on binutils/lib{bfd,iberty,opcodes}, fixing parallel builds. Modified: stable/10/gnu/usr.bin/Makefile Modified: stable/10/gnu/usr.bin/Makefile ============================================================================== --- stable/10/gnu/usr.bin/Makefile Sun Dec 27 21:03:39 2015 (r292797) +++ stable/10/gnu/usr.bin/Makefile Sun Dec 27 21:08:09 2015 (r292798) @@ -17,6 +17,8 @@ SUBDIR= ${_binutils} \ ${_tests} \ ${_texinfo} +SUBDIR_DEPEND_gdb= ${_binutils} + .if ${MK_CXX} != "no" _gperf= gperf .if ${MK_GROFF} != "no" _______________________________________________ svn-src-stable-10@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10 To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"