diff --git a/Makefile b/Makefile
index e26dbca452a3ddac970a320e08dd13aaae3407bb..991a311085b084cc24768b571dc609601e704a26 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ endif
 
 BUILD_MVLM = $(shell [ -f fsl_mvlm.cc ]; echo $$?)
 ifeq ($(BUILD_MVLM), 0)
-        OTHERFILES+=fsl_sbca
+        OTHERFILES+=fsl_mvlm
 endif
 
 BUILD_SCHUR = $(shell [ -f fsl_schurprod.cc ]; echo $$?)