changeset 9438:678c2f72f36a octave-forge

control: makefile style fix
author paramaniac
date Wed, 15 Feb 2012 10:20:36 +0000
parents 10f5e800c6f9
children f9ab20ba5834
files main/control/src/Makefile
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/main/control/src/Makefile	Wed Feb 15 10:17:12 2012 +0000
+++ b/main/control/src/Makefile	Wed Feb 15 10:20:36 2012 +0000
@@ -1,8 +1,8 @@
 OCTAVE ?= octave
 
-LAPACK_LIBS = $$(mkoctfile -p LAPACK_LIBS)
-BLAS_LIBS = $$(mkoctfile -p BLAS_LIBS)
-FLIBS = $$(mkoctfile -p FLIBS)
+LAPACK_LIBS := $(shell mkoctfile -p LAPACK_LIBS)
+BLAS_LIBS := $(shell mkoctfile -p BLAS_LIBS)
+FLIBS := $(shell mkoctfile -p FLIBS)
 
 all: slab08nd.oct slab13dd.oct slsb10hd.oct slsb10ed.oct slab13bd.oct \
      slsb01bd.oct slsb10fd.oct slsb10dd.oct slsb03md.oct slsb04md.oct \