From 3a245a376f94609ec48ce736b8cba892cc97cd90 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 14 Sep 2017 09:21:04 +0200 Subject: [PATCH] Remove default FEXTRALIBS in NOFORTRAN case --- exports/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/exports/Makefile b/exports/Makefile index c05389573..873adc354 100644 --- a/exports/Makefile +++ b/exports/Makefile @@ -51,6 +51,10 @@ endif endif endif +ifeq ($(NOFORTRAN), $(filter $(NOFORTRAN),1 2)) +FEXTRALIB = +endif + all:: libs::