aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@gcc.gnu.org>1993-10-08 15:17:51 -0400
committerBrendan Kehoe <brendan@gcc.gnu.org>1993-10-08 15:17:51 -0400
commite2381a6f75a3644353d8f1cc47c64b09a21c67ef (patch)
treef44f268158d54369ad4b42ab4a1e2d4cb8abc4ae
parent40fbfbea4895951571325e3f83acb6d0251fde04 (diff)
downloadgcc-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.in2
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