Browse Source

fix shared and tests prereqs

tags/v0.3.22^2
Harmen Stoppels 3 years ago
parent
commit
bb7ae98dfd
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile View File

@@ -110,7 +110,7 @@ endif
@echo "To install the library, you can run \"make PREFIX=/path/to/your/installation install\"."
@echo

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

tests :
tests : libs netlib $(RELA) shared
ifeq ($(NOFORTRAN), $(filter 0,$(NOFORTRAN)))
touch $(LIBNAME)
ifndef NO_FBLAS


Loading…
Cancel
Save