* Makefile.in (all-gcc): Fix typo.
authorDavid Edelsohn <dje.gcc@gmail.com>
Mon, 30 Oct 1995 20:47:56 +0000 (20:47 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Mon, 30 Oct 1995 20:47:56 +0000 (20:47 +0000)
ChangeLog
Makefile.in

index 037ef407be4978b1b39ee24b77c3f71e9bc4993e..76545c3b97945dae6568fd5477552d45654cf4d9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 76ed0045b6963a53e3610550d08d693c99d47524..fe9393318a3d08b7f11865903a19f55163d7bc0a 100644 (file)
@@ -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
This page took 0.030414 seconds and 4 git commands to generate.