fix another source of NO_CBLAS=0 surprise
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Tue, 11 Aug 2020 11:27:19 +0000 (13:27 +0200)
committerGitHub <noreply@github.com>
Tue, 11 Aug 2020 11:27:19 +0000 (13:27 +0200)
interface/Makefile

index 44a9fdcf0203ab04c0807a6ae75491b848d28f7c..2dbd60073178c423bff041ff6f08ea2107c14a30 100644 (file)
@@ -367,7 +367,7 @@ CZBLAS3OBJS   +=  cblas_zgemm3m.$(SUFFIX)
 endif
 
 
-ifndef NO_CBLAS
+ifneq ($(NO_CBLAS), 1)
 
 override CFLAGS += -I.