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

2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>

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

From-SVN: r34996
This commit is contained in:
Gabriel Dos Reis 2000-07-12 20:05:45 +00:00 committed by Gabriel Dos Reis
parent f5896af2a6
commit 8364301f5a
2 changed files with 6 additions and 2 deletions

View 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

View 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