diff --git a/tools/Makefile b/tools/Makefile index 19ebb3cca6e5..a0967b902cb8 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.168 2013/02/27 21:25:11 joerg Exp $ +# $NetBSD: Makefile,v 1.169 2013/07/19 20:58:58 matt Exp $ .include .include @@ -45,7 +45,7 @@ TOOLCHAIN_BITS+= binutils .WAIT .if defined(HAVE_GCC) .if ${TOOLCHAIN_MISSING} == "no" TOOLCHAIN_BITS+= gcc -. if ${MKCROSSGDB:Uno} != "no" +. if ${MKCROSSGDB:Uno} != "no" || make(obj) TOOLCHAIN_BITS+= gdb . endif TOOLCHAIN_BITS+= .WAIT