We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a948f commit bb7ae98Copy full SHA for bb7ae98
1 file changed
Makefile
@@ -110,7 +110,7 @@ endif
110
@echo "To install the library, you can run \"make PREFIX=/path/to/your/installation install\"."
111
@echo
112
113
-shared :
+shared : libs netlib $(RELA)
114
ifneq ($(NO_SHARED), 1)
115
ifeq ($(OSNAME), $(filter $(OSNAME),Linux SunOS Android Haiku))
116
@$(MAKE) -C exports so
@@ -134,7 +134,7 @@ ifeq ($(OSNAME), CYGWIN_NT)
134
endif
135
136
137
-tests :
+tests : libs netlib $(RELA) shared
138
ifeq ($(NOFORTRAN), $(filter 0,$(NOFORTRAN)))
139
touch $(LIBNAME)
140
ifndef NO_FBLAS
0 commit comments