Fix #204
authorwlbksy <kookbond@gmail.com>
Sat, 23 Mar 2013 06:41:26 +0000 (14:41 +0800)
committerwlbksy <kookbond@gmail.com>
Sat, 23 Mar 2013 06:41:26 +0000 (14:41 +0800)
Makefile

index fc6f3db..bde7cf3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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.
\ No newline at end of file
+       @echo Done.