On Mon, 2005-05-09 at 03:03 +0100, Paul Brook wrote: > On Monday 09 May 2005 02:26, Matt Kraai wrote: > > Howdy, > > > > The rules for c-objc-common.o, loop-unroll.o, and tree-inline.o > > include $(VARRAY_H), which is never defined, in their dependency > > lists. The rest of the targets that depend on varray.h include > > varray.h in their dependency list. > > > > varray.h includes machmode.h, system.h, coretypes.h, and tm.h, so > > Makefile.in should define and use VARRAY_H, right? > > Already one step ahead of you :-) > > 2005-05-07 Paul Brook <[EMAIL PROTECTED]> > > * Makefile.in: Fix dependencies. > (GCOV_IO_H, VARRAY_H): Set.
If you guys are cleaning up dependencies, you can remove langhook.h, real.h, and fibheap.h from tree-ssa-pre.c's include ist and the makefile dependencies. It's no longer necessary (some because the code was moved to tree-vn, some because the algorithm changed). I'll do it in a couple days if nobody beats me to it, but if you guys are playing with makefile dependencies, ...