We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fdc1cdb + bb7ae98 commit 3dec11cCopy full SHA for 3dec11c
1 file changed
Makefile
@@ -126,7 +126,7 @@ endif
126
@echo "to circumvent any install errors."
127
@echo
128
129
-shared :
+shared : libs netlib $(RELA)
130
ifneq ($(NO_SHARED), 1)
131
ifeq ($(OSNAME), $(filter $(OSNAME),Linux SunOS Android Haiku FreeBSD DragonFly))
132
@$(MAKE) -C exports so
@@ -150,7 +150,7 @@ ifeq ($(OSNAME), CYGWIN_NT)
150
endif
151
152
153
-tests :
+tests : libs netlib $(RELA) shared
154
ifeq ($(NOFORTRAN), $(filter 0,$(NOFORTRAN)))
155
touch $(LIBNAME)
156
ifndef NO_FBLAS
0 commit comments