fix shared and tests prereqs
This commit is contained in:
parent
b6a948fbee
commit
bb7ae98dfd
4
Makefile
4
Makefile
|
@ -110,7 +110,7 @@ endif
|
||||||
@echo "To install the library, you can run \"make PREFIX=/path/to/your/installation install\"."
|
@echo "To install the library, you can run \"make PREFIX=/path/to/your/installation install\"."
|
||||||
@echo
|
@echo
|
||||||
|
|
||||||
shared :
|
shared : libs netlib $(RELA)
|
||||||
ifneq ($(NO_SHARED), 1)
|
ifneq ($(NO_SHARED), 1)
|
||||||
ifeq ($(OSNAME), $(filter $(OSNAME),Linux SunOS Android Haiku))
|
ifeq ($(OSNAME), $(filter $(OSNAME),Linux SunOS Android Haiku))
|
||||||
@$(MAKE) -C exports so
|
@$(MAKE) -C exports so
|
||||||
|
@ -134,7 +134,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
|
||||||
|
|
Loading…
Reference in New Issue