]> gcc.gnu.org Git - gcc.git/commitdiff
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 3d8a17efba3c61805a75b3e1518e3ae64b822214..2f44e35a173fd123979a4d653dcae6f7b6a16959 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 14886b8f9a24057d70352afb817f24aa6cc4e7ae..97d17368c98db8abd881ba12f3c908d8074bebdc 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
This page took 0.078873 seconds and 5 git commands to generate.