diff options
author | langou <langou@users.noreply.github.com> | 2010-02-10 16:09:38 +0000 |
---|---|---|
committer | langou <langou@users.noreply.github.com> | 2010-02-10 16:09:38 +0000 |
commit | aa6a716cbea2c1d577aedf641bd5dbe2a5dae2d3 (patch) | |
tree | 2fb99913f15efd0c369b4e81251e90101c7235e6 /Makefile | |
parent | 9f842ee571b9e8ce9096d676221e35f0fb351990 (diff) | |
download | lapack-aa6a716cbea2c1d577aedf641bd5dbe2a5dae2d3.tar.gz lapack-aa6a716cbea2c1d577aedf641bd5dbe2a5dae2d3.tar.bz2 lapack-aa6a716cbea2c1d577aedf641bd5dbe2a5dae2d3.zip |
Following a complain from John Tellefson (Salina, KS), added the make of the
variant library to the testing of the variants if the variant library is not
present.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ tmglib: lapack_testing: lib ( cd TESTING ; $(MAKE) ) -variants_testing: lib +variants_testing: lib variants ( cd TESTING ; rm -f xlintst* ; $(MAKE) VARLIB='SRC/VARIANTS/LIB/cholrl.a' ; \ mv stest.out stest_cholrl.out ; mv dtest.out dtest_cholrl.out ; mv ctest.out ctest_cholrl.out ; mv ztest.out ztest_cholrl.out ) ( cd TESTING ; rm -f xlintst* ; $(MAKE) VARLIB='SRC/VARIANTS/LIB/choltop.a' ; \ |