From 604857eabd476a3183b4225c536bc92b1238fd7c Mon Sep 17 00:00:00 2001 From: minhqdao Date: Tue, 5 Mar 2024 14:02:32 +0300 Subject: [PATCH] Fix variable expansion --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 79dbc10..eda114f 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ ifeq ($(FC),gfortran) MODOUT := -J$(MODDIR) else MODIN := -module $(MODDIR) - MODOUT := MODIN + MODOUT := $(MODIN) endif all: $(STATIC) $(SHARED)