Browse Source

Merge pull request #3902 from haampie/fix/parallel-build

fix shared and tests prereqs
tags/v0.3.22^2
Martin Kroeker GitHub 3 years ago
parent
commit
3dec11c669
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile View File

@@ -126,7 +126,7 @@ endif
@echo "to circumvent any install errors."
@echo

shared :
shared : libs netlib $(RELA)
ifneq ($(NO_SHARED), 1)
ifeq ($(OSNAME), $(filter $(OSNAME),Linux SunOS Android Haiku FreeBSD DragonFly))
@$(MAKE) -C exports so
@@ -150,7 +150,7 @@ ifeq ($(OSNAME), CYGWIN_NT)
endif
endif

tests :
tests : libs netlib $(RELA) shared
ifeq ($(NOFORTRAN), $(filter 0,$(NOFORTRAN)))
touch $(LIBNAME)
ifndef NO_FBLAS


Loading…
Cancel
Save