This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] rtlopt merge part 1 -- loop analysis (resent)


Hello,

> ! cfgloop.o : cfgloop.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) \
> !    $(BASIC_BLOCK_H) hard-reg-set.h cfgloop.h flags.h
> ! cfgloopanal.o : cfgloopanal.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) \
> !    $(BASIC_BLOCK_H) hard-reg-set.h cfgloop.h $(EXPR_H)
> ! cfgloopmanip.o : cfgloopmanip.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) \
> !    $(BASIC_BLOCK_H) hard-reg-set.h cfgloop.h cfglayout.h output.h
> 
> This breaks parallel builds; I guess there should be dependencies
> on coretypes.h and $(TM_H) ...

thanks; I am commiting it as obvious. By the way, why the dependencies
are not automatically generated? I have already made mistake like this
several times and I guess I am not alone.

Zdenek


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]