diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com) + * Makefile.in (all-flex): flex depends on byacc. + * build-all.mk: If host not specified, use config.guess. Pass TAG to test-build.mk as RELEASE_TAG. * test-build.mk (configargs): New variable containing arguments to diff --git a/Makefile.in b/Makefile.in index 01d8f74..64c5cc2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -708,7 +708,7 @@ all-etc: all-expect: all-tcl all-fileutils: all-find: -all-flex: all-libiberty +all-flex: all-libiberty all-byacc all-gas: all-libiberty all-opcodes all-bfd all-gawk: all-gcc: all-libiberty all-byacc all-binutils all-gas |