From 947457fb7cf47b0105afc3d0b0d4c82f0e4cfbd9 Mon Sep 17 00:00:00 2001 From: Zhang Xianyi Date: Fri, 24 May 2013 15:52:35 +0800 Subject: [PATCH] Fixed the bug about testing the exist of lapack tar package. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 2668ab322..c6aa96a28 100644 --- a/Makefile +++ b/Makefile @@ -263,7 +263,6 @@ LAPACK_URL=http://www.netlib.org/lapack/lapack-3.4.2.tgz lapack-3.4.2.tgz : ifndef NOFORTRAN - if [ ! -a $< ]; then #http://stackoverflow.com/questions/7656425/makefile-ifeq-logical-or ifeq ($(OSNAME), $(filter $(OSNAME),Darwin NetBSD)) curl -O $(LAPACK_URL); @@ -274,7 +273,6 @@ else wget -O $@ $(LAPACK_URL); endif endif - fi endif large.tgz :