Re: Dependency output path question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux