Merge pull request #1302 from martin-frbg/nofortran-fix
Remove default FEXTRALIBS in NOFORTRAN case
This commit is contained in:
commit
2922c15f36
|
@ -51,6 +51,10 @@ endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(NOFORTRAN), $(filter $(NOFORTRAN),1 2))
|
||||||
|
FEXTRALIB =
|
||||||
|
endif
|
||||||
|
|
||||||
all::
|
all::
|
||||||
|
|
||||||
libs::
|
libs::
|
||||||
|
|
Loading…
Reference in New Issue