Pavel Roskin proski@gnu.org writes:
- Make.rules.in: Change include path to prefer include files in
the output tree over those in the source tree. This allows compiling Wine outside the source tree even if Wine was already compiled in the source tree, possibly with different options.
You really don't want to do that, that's a recipe for trouble. Make will check the source dir for dependencies so if you have objects in there it won't rebuild things properly.