Fixed the bug about testing the exist of lapack tar package.
authorZhang Xianyi <traits.zhang@gmail.com>
Fri, 24 May 2013 07:52:35 +0000 (15:52 +0800)
committerZhang Xianyi <traits.zhang@gmail.com>
Fri, 24 May 2013 07:52:35 +0000 (15:52 +0800)
Makefile

index 2668ab3..c6aa96a 100644 (file)
--- 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 :