]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
tests: Fix syntax-check after cdd11151791bc9e61538988438980f41c0185681
authorPeter Krempa <pkrempa@redhat.com>
Mon, 23 Jun 2014 11:56:12 +0000 (13:56 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 23 Jun 2014 11:56:12 +0000 (13:56 +0200)
makefile_conditionals
tests/Makefile.am:293:endif
maint.mk: match "if FOO" with "endif FOO" in Makefiles
make: *** [sc_makefile_conditionals] Error 1

tests/Makefile.am

index 2f762a6d048bcecdbd25cae482ad35233e5ea11e..025b847c8b835c695a0911377537e323b83c537c 100644 (file)
@@ -290,7 +290,7 @@ endif WITH_STORAGE
 
 if WITH_STORAGE_FS
 test_programs += virstoragetest
-endif
+endif WITH_STORAGE_FS
 
 if WITH_LINUX
 test_programs += virscsitest