diff options
author | Martin Kroeker <martin@ruby.chemie.uni-freiburg.de> | 2017-09-14 09:21:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-14 09:21:04 +0200 |
commit | 3a245a376f94609ec48ce736b8cba892cc97cd90 (patch) | |
tree | a9424a095a82abb0fd47a739b4cec31ca3b257d0 /exports | |
parent | 00740c0e34201df49365929cf774eea7b89ffe7a (diff) | |
download | openblas-3a245a376f94609ec48ce736b8cba892cc97cd90.tar.gz openblas-3a245a376f94609ec48ce736b8cba892cc97cd90.tar.bz2 openblas-3a245a376f94609ec48ce736b8cba892cc97cd90.zip |
Remove default FEXTRALIBS in NOFORTRAN case
Diffstat (limited to 'exports')
-rw-r--r-- | exports/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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:: |