Make the logic more explicit.

This commit is contained in:
David E. O'Brien 2001-10-19 20:20:16 +00:00
parent c3917acb86
commit d80e71799d

View File

@ -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