Fixed the bug about testing the exist of lapack tar package.

This commit is contained in:
Zhang Xianyi 2013-05-24 15:52:35 +08:00
parent 79120bf9a0
commit 947457fb7c
1 changed files with 0 additions and 2 deletions

View File

@ -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 :