Home
last modified time | relevance | path

Searched hist:"7 e75e33e7886314490305f181065b8b4ec916a8a" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A DMakefile7e75e33e7886314490305f181065b8b4ec916a8a Fri Aug 16 14:51:53 CDT 2013 Stefan Weil <sw@weilnetz.de> w32: Fix broken out-of-tree builds (missing version.o)

Commit 0b516ef0dfad9a7b34c675c98e8ec92ab4d38466 added version.o to all
executables, but broke out-of-tree builds: for those builds the pattern
rule %.o: %.rc from rules.mak does not match, so version.o was no longer
built.

Adding explicit build rules fixes this.

Reported-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Tested-by: Michael Roth <mdroth@linux.vnet.ibm.com>