14 lines
527 B
Diff
14 lines
527 B
Diff
|
diff --git a/OpenBLAS-0.3.0/Makefile b/OpenBLAS-0.3.0/Makefile
|
||
|
index 679bc8d..a8e26b3 100644
|
||
|
--- a/OpenBLAS-0.3.0/Makefile
|
||
|
+++ b/OpenBLAS-0.3.0/Makefile
|
||
|
@@ -28,7 +28,7 @@ SUBDIRS_ALL = $(SUBDIRS) test ctest utest exports benchmark ../laswp ../bench
|
||
|
.PHONY : all libs netlib $(RELA) test ctest shared install
|
||
|
.NOTPARALLEL : all libs $(RELA) prof lapack-test install blas-test
|
||
|
|
||
|
-all :: libs netlib $(RELA) tests shared
|
||
|
+all :: libs netlib $(RELA) shared
|
||
|
@echo
|
||
|
@echo " OpenBLAS build complete. ($(LIB_COMPONENTS))"
|
||
|
@echo
|