aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-10-19 20:20:16 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-10-19 20:20:16 +0000
commitd80e71799d4ec8647b8b851b59475f6412668412 (patch)
treeec69e637f3f6c308046280447f47daff5b5eebfc /gnu
parentc3917acb86c54ebdf673d4fd646ac922b50d83af (diff)
Notes
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 26d4957e0da32..d18c8c9e47b6e 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