diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-07-28 17:27:26 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-07-28 17:27:26 -0400 |
commit | 007421a37bf7e5d4d2112165fb6dc6efd8f4751f (patch) | |
tree | 4cd696448c46e6b7d03a7208127880f1c7e0e13b /gcc | |
parent | 4a5516aea7eababe34bf57ff2933a2505706fda3 (diff) | |
download | gcc-007421a37bf7e5d4d2112165fb6dc6efd8f4751f.zip gcc-007421a37bf7e5d4d2112165fb6dc6efd8f4751f.tar.gz gcc-007421a37bf7e5d4d2112165fb6dc6efd8f4751f.tar.bz2 |
(c-lex.o, distdir-start): Depend on $(srcdir)/c-gperf.h, not
c-gperf.h.
From-SVN: r7809
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 2e33260..75c5775 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; \ |