]> xenbits.xensource.com Git - libvirt.git/commit
maint: avoid incremental 'make syntax-check' failure
authorEric Blake <eblake@redhat.com>
Tue, 12 Jul 2011 16:52:56 +0000 (10:52 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 12 Jul 2011 17:16:44 +0000 (11:16 -0600)
commit0583825f3c831f3c1641eaac44f34b3afaa8b2b4
tree4ccac05e7a3dfb7bbd2ddeafe1e1cb625aa57d2c
parent52312385c0331d14e2010fc3da9bccb063a4b966
maint: avoid incremental 'make syntax-check' failure

Incrementally running 'make syntax-check' on a tree previously
built after commit 62dee6f but before 44036460 fails sc_po_check
(because the generated qemu_dispatch.h gained translatable strings).
This is a followup to commit addaa537 for that scenario.

* cfg.mk (sc_po_check): Add another prereq.
($(srcdir)/daemon/qemu_dispatch.h): Add rule.
cfg.mk