diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-10-18 19:34:31 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-10-18 19:34:31 +0000 |
commit | dfe4400454854d15da27b84c08231a14066e3080 (patch) | |
tree | 654e2ae3023b5b57eb162485ed8b84cc16a25284 /Makefile.in | |
parent | 826337108bb725371b589595572c1551395c9a2f (diff) | |
download | gdb-dfe4400454854d15da27b84c08231a14066e3080.zip gdb-dfe4400454854d15da27b84c08231a14066e3080.tar.gz gdb-dfe4400454854d15da27b84c08231a14066e3080.tar.bz2 |
* Makefile.in (all-binutils): Depend upon all-byacc.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index aaff5d5..4b32e14 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 |