diff --git a/Makefile b/Makefile index c2a019305..558850180 100644 --- a/Makefile +++ b/Makefile @@ -293,11 +293,8 @@ endif lapack-test : - $(MAKE) -C $(NETLIB_LAPACK_DIR) tmglib - $(MAKE) -C $(NETLIB_LAPACK_DIR)/TESTING xeigtstc xeigtstd xeigtsts xeigtstz xlintstc xlintstd xlintstds xlintsts xlintstz xlintstzc - @rm -f $(NETLIB_LAPACK_DIR)/TESTING/*.out - $(MAKE) -j 1 -C $(NETLIB_LAPACK_DIR)/TESTING - $(GREP) failed $(NETLIB_LAPACK_DIR)/TESTING/*.out + make -j 1 -C $(NETLIB_LAPACK_DIR) tmglib + make -j 1 -C $(NETLIB_LAPACK_DIR)/TESTING xeigtstc xeigtstd xeigtsts xeigtstz xlintstc xlintstd xlintstds xlintstrfd xlintstrfz xlintsts xlintstz xlintstzc xlintstrfs xlintstrfc dummy :