]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
pc: make: fix dependencies: rebuild when included file is changed
authorIgor Mammedov <imammedo@redhat.com>
Thu, 9 Jan 2014 16:36:33 +0000 (17:36 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 26 Jan 2014 11:06:49 +0000 (13:06 +0200)
commit4d25299cb2b57a16fd3194e938eeb78d219400ba
treecc0afdabcfdf39f60d0d1acbe16b8064b34620b9
parent0651596cbed8c0806aa2d7e436201f28b2fe179a
pc: make: fix dependencies: rebuild when included file is changed

some *.dsl files include another *.dsl files but there weren't
any dependicies and when included file changed target table wasn't
rebuild. Fix this by using the same auto dependency generation
as for C files.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/Makefile.objs