This commit is contained in:
wlbksy
2013-03-23 14:41:26 +08:00
parent f4846afbad
commit 7a9b94b519

View File

@@ -267,7 +267,7 @@ else
ifeq ($(OSNAME), FreeBSD)
fetch $(LAPACK_URL)
else
wget $(LAPACK_URL)
wget -O $@ $(LAPACK_URL)
endif
endif
endif
@@ -320,4 +320,4 @@ clean ::
rm -rf $(NETLIB_LAPACK_DIR) ;\
fi
@rm -f *.grd Makefile.conf_last config_last.h
@echo Done.
@echo Done.