Makefile.target: binary depends on config-devices
commit92144c70939d9d029807c10a038acd07289f71bd
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 19 Feb 2015 07:48:52 +0000 (19 08:48 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 1 Mar 2015 18:41:50 +0000 (1 19:41 +0100)
tree4c9af83ee3716532519e992fb538e12dc96af6b6
parente32dccddb0b1fa335bf251c155e907f9d47accfd
Makefile.target: binary depends on config-devices

relink binary whenever config-devices.mak changes:
this makes sense as we are adding/removing devices,
so binary has to be relinked to be up to date.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Makefile.target