commit | d4bc590f8716f7dde6b7bca319097ac30a8cb0b4 | [log] [tgz] |
---|---|---|
author | Michal Marek <mmarek@suse.cz> | Thu Jun 05 17:44:44 2014 +0200 |
committer | Michal Marek <mmarek@suse.cz> | Thu Jun 05 17:55:48 2014 +0200 |
tree | c3b371f14281e386cc6ca44d63bf8cbb64d3554a | |
parent | 9da0763bdd82572be243fcf5161734f11568960f [diff] |
um: Fix for relative objtree when generating x86 headers In an O= build, rely on the generated Makefile to call the main Makefile properly. When building in the source tree, we do not need to specify the -C and O= either. This fixes the problem when $(objtree) is a relative path and the -C changes the directory. Reported-by: Richard Weinberger <richard.weinberger@gmail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>