This commit is contained in:
wlbksy 2013-03-22 23:41:47 -07:00
commit f8c8895295
1 changed files with 2 additions and 2 deletions

View File

@ -267,7 +267,7 @@ else
ifeq ($(OSNAME), FreeBSD)
fetch $(LAPACK_URL)
else
wget $(LAPACK_URL)
wget -O $@ $(LAPACK_URL)
endif
endif
endif