Makefile.in (ggc-common.o): Depend on genrtl.h.

* Makefile.in (ggc-common.o): Depend on genrtl.h.
	(ggc-simple.o): Likewise.
	(ggc-page.o): Likewise.

From-SVN: r30057
This commit is contained in:
Mark Mitchell 1999-10-17 17:59:07 +00:00 committed by Mark Mitchell
parent 7192e1387b
commit 81631c486e
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
Sun Oct 17 11:02:52 1999 Mark Mitchell <mark@codesourcery.com>
* Makefile.in (ggc-common.o): Depend on genrtl.h.
(ggc-simple.o): Likewise.
(ggc-page.o): Likewise.
Sun Oct 17 02:09:50 1999 Andrew MacLeod <amacleod@cygnus.com>
* basic-block.h (pre_edge_lcm, pre_edge_rev_lcm, compute_available):

View File

@ -1427,13 +1427,13 @@ dumpvers: dumpvers.c
version.o: version.c
ggc-common.o: ggc-common.c $(CONFIG_H) $(RTL_H) $(TREE_H) \
ggc-common.o: ggc-common.c $(CONFIG_H) $(RTL_H) $(TREE_H) genrtl.h \
flags.h ggc.h varray.h hash.h
ggc-simple.o: ggc-simple.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h \
ggc-simple.o: ggc-simple.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h genrtl.h \
ggc.h varray.h hash.h
ggc-page.o: ggc-page.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h \
ggc-page.o: ggc-page.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h genrtl.h \
ggc.h varray.h hash.h
ggc-none.o: ggc-none.c $(CONFIG_H) $(RTL_H) ggc.h