From 88ef5f9abdc6ee815d27909ee5a3d67a1c387aee Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Fri, 25 Jun 2004 07:34:56 +0000 Subject: [PATCH] GDB has moved up one level. --- gnu/usr.bin/binutils/Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile index 70682e7fbb78..80c9d2911422 100644 --- a/gnu/usr.bin/binutils/Makefile +++ b/gnu/usr.bin/binutils/Makefile @@ -4,12 +4,4 @@ SUBDIR= libiberty libbfd libopcodes libbinutils \ addr2line ar as ld nm objcopy objdump ranlib readelf \ size strings strip doc -NO_GDB= yes -TARGET_ARCH?= ${MACHINE_ARCH} -.if (${TARGET_ARCH} == "alpha" \ - || ${TARGET_ARCH} == "i386" ) \ - && !defined(NO_GDB) -SUBDIR+= gdb gdbreplay -.endif - .include <bsd.subdir.mk>