]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: allow 'make syntax-check' on fresh checkout
authorEric Blake <eblake@redhat.com>
Tue, 28 Jun 2011 15:50:11 +0000 (09:50 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 30 Jun 2011 22:45:56 +0000 (16:45 -0600)
commitaddaa5374c80c08c1f5483c381f71962c677ad53
treef0ad0a228f0333ae7f453c9c8ae06dc95207f186
parent1e1f65312f71da0d09411288bf379fcc7b4ac5da
build: allow 'make syntax-check' on fresh checkout

For good or for bad, I did a fresh checkout, ./autogen.sh, then
'configure', then 'make syntax-check', and was surprised that it
failed.  Running 'make' before 'make syntax-check' cleaned up the
issue, but this patch makes it work up front.

* cfg.mk (sc_po_check): Add prerequisites.
cfg.mk