From 542194f894f6e82e2e832b2911180ca6dec9dbbd Mon Sep 17 00:00:00 2001 From: marcel Date: Thu, 9 Dec 1999 16:40:27 +0000 Subject: Don't make gdb, objc and f77 when building tools. --- gnu/usr.bin/binutils/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu') diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile index ad98cbf..c6a69be 100644 --- a/gnu/usr.bin/binutils/Makefile +++ b/gnu/usr.bin/binutils/Makefile @@ -6,10 +6,12 @@ SUBDIR= libiberty libbfd libopcodes libbinutils \ addr2line ar as gasp ld nm objcopy objdump ranlib \ size strings strip doc +.if !defined(NO_GDB) # Maybe should be unconditional but I don't want to get in the # way of the mips port. .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "alpha" SUBDIR+= gdb gdbserver gdbreplay .endif +.endif .include -- cgit v1.1