]> gcc.gnu.org Git - gcc.git/commitdiff
add dependencies for cp-error.o and cp-errfn.o
authorBrendan Kehoe <brendan@gcc.gnu.org>
Fri, 8 Oct 1993 19:17:51 +0000 (15:17 -0400)
committerBrendan Kehoe <brendan@gcc.gnu.org>
Fri, 8 Oct 1993 19:17:51 +0000 (15:17 -0400)
From-SVN: r5685

gcc/Makefile.in

index a30faed6af0efdba8f82a8e29ff85e88b760b1a1..4338ba70867a0bc5c12921d444ed10c830257f92 100644 (file)
@@ -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
This page took 0.066914 seconds and 5 git commands to generate.