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]

Use $(VARRAY_H) in dependencies?


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?

-- 
Matt

Attachment: signature.asc
Description: Digital signature


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