diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile index 26d4957e0da3..d18c8c9e47b6 100644 --- a/gnu/usr.bin/binutils/Makefile +++ b/gnu/usr.bin/binutils/Makefile @@ -9,7 +9,7 @@ SUBDIR= libiberty libbfd libopcodes libbinutils \ size strings strip doc TARGET_ARCH?= ${MACHINE_ARCH} -.if ${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "i386" \ +.if (${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "i386") \ && !defined(NO_GDB) SUBDIR+= gdb gdbserver gdbreplay .endif