Home
last modified time | relevance | path

Searched hist:"3 a6b016d6487f3492bc1b80b2c3bc25c67aab8e2" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A DMakefile3a6b016d6487f3492bc1b80b2c3bc25c67aab8e2 Fri Dec 14 02:47:54 CST 2018 Markus Armbruster <armbru@redhat.com> build: Remake config-host.mak when VERSION changes

configure gets the version number from VERSION, and writes it to
config-host.mak. The make dependency for that is missing. Because of
that, a rebuild after a VERSION change may not pick up the change.
Fix that.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20181214084754.23854-1-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>