projects
/
platform
/
upstream
/
openblas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4846af
)
Fix #204
author
wlbksy
<kookbond@gmail.com>
Sat, 23 Mar 2013 06:41:26 +0000
(14:41 +0800)
committer
wlbksy
<kookbond@gmail.com>
Sat, 23 Mar 2013 06:41:26 +0000
(14:41 +0800)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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.