From: Martin Kroeker Date: Tue, 11 Aug 2020 11:27:19 +0000 (+0200) Subject: fix another source of NO_CBLAS=0 surprise X-Git-Tag: upstream/0.3.21~25^2~78^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fee361ae64f2d02552713ade0ee972e6efdb1ed4;p=platform%2Fupstream%2Fopenblas.git fix another source of NO_CBLAS=0 surprise --- diff --git a/interface/Makefile b/interface/Makefile index 44a9fdcf..2dbd6007 100644 --- a/interface/Makefile +++ b/interface/Makefile @@ -367,7 +367,7 @@ CZBLAS3OBJS += cblas_zgemm3m.$(SUFFIX) endif -ifndef NO_CBLAS +ifneq ($(NO_CBLAS), 1) override CFLAGS += -I.