From d80e71799d4ec8647b8b851b59475f6412668412 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 19 Oct 2001 20:20:16 +0000 Subject: [PATCH] Make the logic more explicit. --- gnu/usr.bin/binutils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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