Makefile.in (c-errors.o): Fix thinko in dependency.
authorGabriel Dos Reis <gdr@codesourcery.com>
Wed, 12 Jul 2000 20:05:45 +0000 (20:05 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Wed, 12 Jul 2000 20:05:45 +0000 (20:05 +0000)
2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>

* Makefile.in (c-errors.o): Fix thinko in dependency.

From-SVN: r34996

gcc/ChangeLog
gcc/Makefile.in

index 3d8a17e..2f44e35 100644 (file)
@@ -1,3 +1,7 @@
+2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
+
+       * Makefile.in (c-errors.o): Fix thinko in dependency.
+
 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
 
        * gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of
index 14886b8..97d1736 100644 (file)
@@ -1067,8 +1067,8 @@ s-crt0:   $(CRT0_S) $(MCRT0_S) $(GCC_PASSES) $(CONFIG_H)
 
 # C language specific files.
 
-c-errors.o: $(srcdir)/c-errors.c $(CONFIG_H) system.h $(TREE_H) c-tree.h \
-    flags.h diagnostic.h
+c-errors.o: c-errors.c $(CONFIG_H) system.h $(TREE_H) c-tree.h flags.h \
+    diagnostic.h
 c-parse.o : $(srcdir)/c-parse.c $(CONFIG_H) $(TREE_H) c-lex.h $(GGC_H) \
     $(srcdir)/c-parse.h c-tree.h c-common.h input.h flags.h system.h \
     toplev.h output.h