summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-10-19 20:20:16 +0000
committerobrien <obrien@FreeBSD.org>2001-10-19 20:20:16 +0000
commitc3723c4c99990968e17d24e234297a2634750f95 (patch)
treeec69e637f3f6c308046280447f47daff5b5eebfc /gnu
parent31c1fa83c58ecb18ee4ea4d56ed1139cc47a0c11 (diff)
downloadFreeBSD-src-c3723c4c99990968e17d24e234297a2634750f95.zip
FreeBSD-src-c3723c4c99990968e17d24e234297a2634750f95.tar.gz
Make the logic more explicit.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile
index 26d4957..d18c8c9 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
OpenPOWER on IntegriCloud