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

fix shared and tests prereqs
This commit is contained in:
Martin Kroeker 2023-02-08 15:52:29 +01:00 committed by GitHub
commit 3dec11c669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ endif
@echo "to circumvent any install errors." @echo "to circumvent any install errors."
@echo @echo
shared : shared : libs netlib $(RELA)
ifneq ($(NO_SHARED), 1) ifneq ($(NO_SHARED), 1)
ifeq ($(OSNAME), $(filter $(OSNAME),Linux SunOS Android Haiku FreeBSD DragonFly)) ifeq ($(OSNAME), $(filter $(OSNAME),Linux SunOS Android Haiku FreeBSD DragonFly))
@$(MAKE) -C exports so @$(MAKE) -C exports so
@ -150,7 +150,7 @@ ifeq ($(OSNAME), CYGWIN_NT)
endif endif
endif endif
tests : tests : libs netlib $(RELA) shared
ifeq ($(NOFORTRAN), $(filter 0,$(NOFORTRAN))) ifeq ($(NOFORTRAN), $(filter 0,$(NOFORTRAN)))
touch $(LIBNAME) touch $(LIBNAME)
ifndef NO_FBLAS ifndef NO_FBLAS