makefile_conditionals
tests/Makefile.am:293:endif
maint.mk: match "if FOO" with "endif FOO" in Makefiles
make: *** [sc_makefile_conditionals] Error 1
---
Notes:
Pushing under the build breaker rule and putting on the brown paper box of shame :/
tests/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 2f762a6..025b847 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -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
--
1.9.3
Show replies by date