changeset 1415:ed62f43e8977

bugfix for package cblas: replace "make" with $(MAKE) Don't bother with an upstream patch as no future releases are expected. http://lists.nongnu.org/archive/html/mingw-cross-env-list/2010-07/msg00030.html
author Tony Theodore <tonyt@logyst.com>
date Wed, 24 Nov 2010 21:44:11 +1100
parents 3e767a565122
children a76b60e608f8
files src/cblas.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/cblas.mk	Wed Nov 24 18:41:01 2010 +1100
+++ b/src/cblas.mk	Wed Nov 24 21:44:11 2010 +1100
@@ -20,6 +20,7 @@
     cp '$(1)/Makefile.LINUX' '$(1)/Makefile.MINGW32'
     $(SED) -i 's,CBDIR =.*,CBDIR = $(1),g'         '$(1)/Makefile.MINGW32'
     $(SED) -i 's,FC =.*,FC = $(TARGET)-gfortran,g' '$(1)/Makefile.MINGW32'
+    $(SED) -i 's, make , $(MAKE) ,g'               '$(1)/Makefile'
     ln -s '$(1)/Makefile.MINGW32' '$(1)/Makefile.in'
     mkdir '$(1)/MINGW32'
     $(MAKE) -C '$(1)' -j '$(JOBS)' alllib