Merge pull request #1302 from martin-frbg/nofortran-fix
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Thu, 14 Sep 2017 09:54:20 +0000 (11:54 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Sep 2017 09:54:20 +0000 (11:54 +0200)
Remove default FEXTRALIBS in NOFORTRAN case

exports/Makefile

index 637eaf8..5393804 100644 (file)
@@ -51,6 +51,10 @@ endif
 endif
 endif
 
+ifeq ($(NOFORTRAN), $(filter $(NOFORTRAN),1 2))
+FEXTRALIB =
+endif
+
 all::
 
 libs::