Browse Source

Merge pull request #206 from wlbksy/patch-1

Fix #204 wget in mingw/msys sometimes download file with trailing name,
tags/v0.2.7
Zhang Xianyi 13 years ago
parent
commit
e029242870
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile 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.

Loading…
Cancel
Save