From 3cb7c92ec5b8eae4b3afd26b8ffdb8f9f11f0cc5 Mon Sep 17 00:00:00 2001
From: "Mulas, Giacomo" <gmulas@oa-cagliari.inaf.it>
Date: Thu, 16 May 2024 12:18:31 +0200
Subject: [PATCH] fix typo in make.inc

---
 src/make.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/make.inc b/src/make.inc
index 748256b1..a619faab 100644
--- a/src/make.inc
+++ b/src/make.inc
@@ -74,7 +74,7 @@ override LAPACK_LDFLAGS=-L$(MKLROOT)/lib -Wl,--no-as-needed -lmkl_intel_ilp64 -l
 else
 override LAPACK_LDFLAGS=-L$(MKLROOT)/lib -Wl,--no-as-needed -lmkl_intel_lp64 -lmkl_gnu_thread -lmkl_core -lgomp -lpthread -lm -ldl
 endif
-endif LAPACK_LDFLAGS
+endif #LAPACK_LDFLAGS
 # the next else refers to USE_MKL
 else #this is for when USE_MKL is _not_ defined
 ifndef LAPACK_INCLUDE
@@ -88,7 +88,7 @@ override LAPACK_LDFLAGS=-llapacke64
 else
 override LAPACK_LDFLAGS=-llapacke
 endif
-endif LAPACK_LDFLAGS
+endif #LAPACK_LDFLAGS
 # the next endif is for USE_MKL
 endif
 #the next endif is for USE_LAPACK
-- 
GitLab