From 007421a37bf7e5d4d2112165fb6dc6efd8f4751f Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 28 Jul 1994 17:27:26 -0400 Subject: [PATCH] (c-lex.o, distdir-start): Depend on $(srcdir)/c-gperf.h, not c-gperf.h. From-SVN: r7809 --- gcc/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 2e3326079de..75c57755c6e 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -965,7 +965,7 @@ c-decl.o : c-decl.c $(CONFIG_H) $(TREE_H) c-tree.h c-lex.h flags.h c-typeck.o : c-typeck.c $(CONFIG_H) $(TREE_H) c-tree.h flags.h c-lang.o : c-lang.c $(CONFIG_H) $(TREE_H) c-lex.o : c-lex.c $(CONFIG_H) $(TREE_H) c-lex.h c-tree.h c-parse.h \ - input.h flags.h c-gperf.h + input.h flags.h $(srcdir)/c-gperf.h c-aux-info.o : c-aux-info.c $(CONFIG_H) $(TREE_H) c-tree.h flags.h c-convert.o : c-convert.c $(CONFIG_H) $(TREE_H) flags.h c-pragma.o: c-pragma.c $(CONFIG_H) $(TREE_H) @@ -2119,7 +2119,7 @@ gcc.xtar: distdir # This target exists to do the initial work before the language specific # stuff gets done. -distdir-start: doc $(srcdir)/INSTALL c-parse.y c-gperf.h objc-parse.y \ +distdir-start: doc $(srcdir)/INSTALL c-parse.y $(srcdir)/c-gperf.h objc-parse.y \ c-parse.c objc-parse.c cexp.c @if grep -s "for version ${mainversion}" gcc.texi > /dev/null; \ then true; \ -- 2.30.2