Skip to content

Commit bb7ae98

Browse files
committed
fix shared and tests prereqs
1 parent b6a948f commit bb7ae98

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
@@ -110,7 +110,7 @@ endif
110110
@echo "To install the library, you can run \"make PREFIX=/path/to/your/installation install\"."
111111
@echo
112112

113-
shared :
113+
shared : libs netlib $(RELA)
114114
ifneq ($(NO_SHARED), 1)
115115
ifeq ($(OSNAME), $(filter $(OSNAME),Linux SunOS Android Haiku))
116116
@$(MAKE) -C exports so
@@ -134,7 +134,7 @@ ifeq ($(OSNAME), CYGWIN_NT)
134134
endif
135135
endif
136136

137-
tests :
137+
tests : libs netlib $(RELA) shared
138138
ifeq ($(NOFORTRAN), $(filter 0,$(NOFORTRAN)))
139139
touch $(LIBNAME)
140140
ifndef NO_FBLAS

0 commit comments

Comments
 (0)