Skip to content

Commit 3dec11c

Browse files
authored
Merge pull request #3902 from haampie/fix/parallel-build
fix shared and tests prereqs
2 parents fdc1cdb + bb7ae98 commit 3dec11c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ endif
126126
@echo "to circumvent any install errors."
127127
@echo
128128

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

153-
tests :
153+
tests : libs netlib $(RELA) shared
154154
ifeq ($(NOFORTRAN), $(filter 0,$(NOFORTRAN)))
155155
touch $(LIBNAME)
156156
ifndef NO_FBLAS

0 commit comments

Comments
 (0)