diff options
author | Brendan Kehoe <brendan@gcc.gnu.org> | 1993-10-08 15:17:51 -0400 |
---|---|---|
committer | Brendan Kehoe <brendan@gcc.gnu.org> | 1993-10-08 15:17:51 -0400 |
commit | e2381a6f75a3644353d8f1cc47c64b09a21c67ef (patch) | |
tree | f44f268158d54369ad4b42ab4a1e2d4cb8abc4ae | |
parent | 40fbfbea4895951571325e3f83acb6d0251fde04 (diff) | |
download | gcc-e2381a6f75a3644353d8f1cc47c64b09a21c67ef.zip gcc-e2381a6f75a3644353d8f1cc47c64b09a21c67ef.tar.gz gcc-e2381a6f75a3644353d8f1cc47c64b09a21c67ef.tar.bz2 |
add dependencies for cp-error.o and cp-errfn.o
From-SVN: r5685
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index a30faed..4338ba7 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -858,6 +858,8 @@ cp-expr.o : cp-expr.c $(CONFIG_H) $(CPLUS_TREE_H) $(RTL_H) flags.h \ cp-edsel.o : cp-edsel.c $(CONFIG_H) $(CPLUS_TREE_H) stack.h flags.h cp-xref.o : cp-xref.c $(CONFIG_H) $(CPLUS_TREE_H) input.h cp-pt.o : cp-pt.c $(CONFIG_H) $(CPLUS_TREE_H) cp-decl.h cp-parse.h +cp-error.o : cp-error.c $(CONFIG_H) $(CPLUS_TREE_H) +cp-errfn.o : cp-errfn.c $(CONFIG_H) $(CPLUS_TREE_H) # To make a configuration always use collect2, set USE_COLLECT2 to ld. ld: collect2 |