From: Ian Lance Taylor Date: Tue, 18 Oct 1994 19:34:31 +0000 (+0000) Subject: * Makefile.in (all-binutils): Depend upon all-byacc. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dfe4400454854d15da27b84c08231a14066e3080;p=binutils-gdb.git * Makefile.in (all-binutils): Depend upon all-byacc. --- diff --git a/ChangeLog b/ChangeLog index 3ee49d0a5e5..ed4ea02b1ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Tue Oct 18 15:25:24 1994 Ian Lance Taylor + * Makefile.in (all-binutils): Depend upon all-byacc. + * configure.in: Don't build emacs on Irix 5. Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com) diff --git a/Makefile.in b/Makefile.in index aaff5d56bf6..4b32e144d2d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -890,7 +890,7 @@ install-dosrel-fake: # This is a list of inter-dependencies among modules. all-autoconf: all-m4 all-bfd: -all-binutils: all-libiberty all-opcodes all-bfd all-flex +all-binutils: all-libiberty all-opcodes all-bfd all-flex all-byacc all-byacc: # start-sanitize-chill all-chillrt: all-binutils all-gas all-gcc all-newlib