Alexandre Julliard wrote:
David Laight david@l8s.co.uk writes:
This is the standard behaviour for C includes. It is actually usually best to use <> not "" for all header files - unless you explicitely want the file included from the current directory.
The problem is our makedep uses the "" to determine which headers to include in the dependency list, so this would have to be changed.
Sounds like your makedep is broken! It needs to recognise <> and "" and treat them differently!
David