diff --git a/Makefile b/Makefile index 38c180c28da..0c844a3824a 100644 --- a/Makefile +++ b/Makefile @@ -233,7 +233,7 @@ ifeq ($(BLAS), mkl) BLAS_LIB ?= $(MKL_DIR)/lib $(MKL_DIR)/lib/intel64 else ifeq ($(BLAS), open) # OpenBLAS - LIBRARIES += openblas + LIBRARIES += blas else # ATLAS ifeq ($(LINUX), 1)