diff options
author | Paul Irofti <pirofti@cvs.openbsd.org> | 2011-06-13 19:04:56 +0000 |
---|---|---|
committer | Paul Irofti <pirofti@cvs.openbsd.org> | 2011-06-13 19:04:56 +0000 |
commit | b4e6f3fb65b075e2f4b010f167f075bb345b8584 (patch) | |
tree | 02d309c6acd08aaef04af84ae1b86bf683156238 /gnu/usr.bin | |
parent | db7e2b45816e783ce706419e74c879fb14afe341 (diff) |
Let opcodes build for ia64 cross-tools.
Okay drahn@, ``Go ahead, don't wait for me'' miod@.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/binutils-2.17/opcodes/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils-2.17/opcodes/Makefile.in b/gnu/usr.bin/binutils-2.17/opcodes/Makefile.in index 081433a2330..736db68493a 100644 --- a/gnu/usr.bin/binutils-2.17/opcodes/Makefile.in +++ b/gnu/usr.bin/binutils-2.17/opcodes/Makefile.in @@ -1082,8 +1082,9 @@ ia64-gen: ia64-gen.o ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \ ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h -ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl - ./ia64-gen --srcdir $(srcdir) > $(srcdir)/ia64-asmtab.c +# This file is distributed, we don't want to build it! +#ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl +# ./ia64-gen --srcdir $(srcdir) > $(srcdir)/ia64-asmtab.c s390-mkopc: s390-mkopc.c $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c |