diff options
Diffstat (limited to 'math/lapack/files/patch-TESTING+LIN+Makefile')
-rw-r--r-- | math/lapack/files/patch-TESTING+LIN+Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/math/lapack/files/patch-TESTING+LIN+Makefile b/math/lapack/files/patch-TESTING+LIN+Makefile index c99f71a87466..cd0b2454d07e 100644 --- a/math/lapack/files/patch-TESTING+LIN+Makefile +++ b/math/lapack/files/patch-TESTING+LIN+Makefile @@ -1,5 +1,5 @@ ---- TESTING/LIN/Makefile.orig 2010-06-18 18:48:07.000000000 -0400 -+++ TESTING/LIN/Makefile 2010-08-29 10:55:41.000000000 -0400 +--- TESTING/LIN/Makefile~ 2011-11-01 07:21:11.000000000 +0900 ++++ TESTING/LIN/Makefile 2011-11-18 23:32:05.000000000 +0900 @@ -34,11 +34,6 @@ # ####################################################################### @@ -81,11 +81,11 @@ DSLINTST = dchkab.o \ ddrvab.o ddrvac.o derrab.o derrac.o dget08.o \ @@ -250,7 +245,7 @@ - ../../$(TMGLIB) ../../$(LAPACKLIB) $(XBLASLIB) $(BLASLIB) -o xlintstc && mv xlintstc $@ + ../../$(TMGLIB) ../../$(LAPACKLIB) $(XBLASLIB) $(BLASLIB) -o $@ - ../xlintstd : $(ALINTST) $(DLINTST) $(DZLNTST) + xlintstd : $(ALINTST) $(DLINTST) $(DZLNTST) ../../$(LAPACKLIB) - $(LOADER) $(LOADOPTS) $^ \ + $(LOADER) $(LOADOPTS) $(ALINTST) $(DLINTST) $(DZLNTST) \ - ../../$(TMGLIB) ../../$(LAPACKLIB) $(XBLASLIB) $(BLASLIB) -o xlintstd && mv xlintstd $@ + ../../$(TMGLIB) ../../$(LAPACKLIB) $(XBLASLIB) $(BLASLIB) -o $@ - ../xlintstz : $(ALINTST) $(ZLINTST) $(DZLNTST) + xlintstz : $(ALINTST) $(ZLINTST) $(DZLNTST) ../../$(LAPACKLIB) |