From bb7ae98dfdbdc7b964611fc42223a4fdeac4caaa Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Wed, 8 Feb 2023 12:52:22 +0100 Subject: [PATCH] fix shared and tests prereqs --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0b920cc9f..1c9948791 100644 --- a/Makefile +++ b/Makefile @@ -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