diff options
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/binutils/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile index 36bd4355ff598..bcdffd2f2e451 100644 --- a/gnu/usr.bin/binutils/Makefile +++ b/gnu/usr.bin/binutils/Makefile @@ -1,13 +1,14 @@ # -# $Id: Makefile,v 1.5 1999/04/18 10:25:57 obrien Exp $ +# $Id: Makefile,v 1.6 1999/05/02 11:38:12 dfr Exp $ # SUBDIR= libiberty libbfd libopcodes libbinutils \ addr2line ar as ld nm objcopy objdump ranlib \ size strings strip doc -# Short term measure until I can get CVS to resurrect a file for alpha. -.if ${MACHINE_ARCH} == "i386" +# 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 .endif |
