]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: fix syntax check during 'make distcheck'
authorEric Blake <eblake@redhat.com>
Thu, 16 Aug 2012 22:18:44 +0000 (16:18 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 16 Aug 2012 22:37:27 +0000 (16:37 -0600)
commitca9be83de9d33d31d291cd4236457a83f0545809
tree9e598bdf08a93dc1ad644498fc52d68247f24320
parentb44e6bef90619cb2f037cc8b9deca0e40b7be641
build: fix syntax check during 'make distcheck'

'make distcheck' was failing because a syntax check file,
.sc-start-sc_vulnerable_makefile_CVE-2012-3386, got left
behind.  I traced it to the 'distdir' rule depending on a
shortcut syntax-check name rather than the full rule name
normally used during 'local-check' from maint.mk.

* cfg.mk (distdir): Depend on full rule, not shorthand name.
cfg.mk