This is the mail archive of the gcc-help@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: Dependency output path question


Hi Michael,

> Why are the 2 header files treated differently in the second case?

Because in the second case, /tmp/foo1.h was found in the same location as
/tmp/foo1.c (as per the behavior of #include "").

While in the first case, foo1.h was found in the same location as foo1.c (as
per the behavior of #include "").

Which is because the two cases are being treated identically.

HTH,
--Eljay


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