]> Git Repo - qemu.git/commit
build: Remake config-host.mak when VERSION changes
authorMarkus Armbruster <[email protected]>
Fri, 14 Dec 2018 08:47:54 +0000 (09:47 +0100)
committerMarkus Armbruster <[email protected]>
Thu, 20 Dec 2018 09:31:08 +0000 (10:31 +0100)
commit3a6b016d6487f3492bc1b80b2c3bc25c67aab8e2
tree40059bdee0bf04c12e694b6bee4fb2d75f3bda8e
parentb7d89466dde6889d353e4f76d9cc3460067d8784
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 <[email protected]>
Message-Id: <20181214084754[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Makefile
This page took 0.025123 seconds and 4 git commands to generate.