From 8364301f5a1725e900f4554f5d9358146c804ee3 Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Wed, 12 Jul 2000 20:05:45 +0000 Subject: [PATCH] Makefile.in (c-errors.o): Fix thinko in dependency. 2000-07-12 Gabriel Dos Reis * Makefile.in (c-errors.o): Fix thinko in dependency. From-SVN: r34996 --- gcc/ChangeLog | 4 ++++ gcc/Makefile.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3d8a17e..2f44e35 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-07-12 Gabriel Dos Reis + + * Makefile.in (c-errors.o): Fix thinko in dependency. + 2000-07-12 Zack Weinberg * gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 14886b8..97d1736 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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 -- 2.7.4