From ba4097184be43d2b6fcee8ab5666e9131a51c2a4 Mon Sep 17 00:00:00 2001 From: Matthew Webster <mwebster@fmrib.ox.ac.uk> Date: Mon, 6 Aug 2012 13:53:23 +0000 Subject: [PATCH] corrected typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e26dbca..991a311 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 $$?) -- GitLab