diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-10-30 20:47:56 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-10-30 20:47:56 +0000 |
commit | fc3524a9cce6eba2b1f05ea064a6d51e9836a3c4 (patch) | |
tree | aaf574445bc4c8930b667046bb4753bfb44f6b8a | |
parent | 5fe14a9f511ccaee15fcc6108d98a32d73b7a5d6 (diff) | |
download | gdb-fc3524a9cce6eba2b1f05ea064a6d51e9836a3c4.zip gdb-fc3524a9cce6eba2b1f05ea064a6d51e9836a3c4.tar.gz gdb-fc3524a9cce6eba2b1f05ea064a6d51e9836a3c4.tar.bz2 |
* Makefile.in (all-gcc): Fix typo.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.in | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com> + + * Makefile.in (all-gcc): Fix typo. + Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com> * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo. diff --git a/Makefile.in b/Makefile.in index 76ed004..fe93933 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1017,8 +1017,8 @@ all-flex: all-libiberty all-byacc all-gas: all-libiberty all-opcodes all-bfd all-gash: all-tcl all-gawk: -ALL_GCC = all_gcc -all_gcc: all-libiberty all-byacc all-binutils all-gas all-ld +ALL_GCC = all-gcc +all-gcc: all-libiberty all-byacc all-binutils all-gas all-ld all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-byacc all-sim $(gdbnlmrequirements) all-gprof: all-libiberty all-bfd all-grep: all-libiberty |