summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2014-07-17 09:29:40 +0000
committerwpalenst <Willem.Jan.Palenstijn@cwi.nl>2014-07-17 09:29:40 +0000
commita767de5d2c96434df71c50bf7f46817d8f0598e6 (patch)
treebccca1e336d6440e948939d212473b2462aae0b8
parenta0c8925b76d8d3fbd24dc4b9b3c84a8f1b823d4b (diff)
downloadastra-a767de5d2c96434df71c50bf7f46817d8f0598e6.tar.gz
astra-a767de5d2c96434df71c50bf7f46817d8f0598e6.tar.bz2
astra-a767de5d2c96434df71c50bf7f46817d8f0598e6.tar.xz
astra-a767de5d2c96434df71c50bf7f46817d8f0598e6.zip
Fix Makefile quoting bug.
This may break builds on some platforms.
-rw-r--r--build/linux/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/linux/Makefile.in b/build/linux/Makefile.in
index 3ed3bf3..a6431e6 100644
--- a/build/linux/Makefile.in
+++ b/build/linux/Makefile.in
@@ -53,7 +53,7 @@ SHELL=@SHELL@
ifeq ($(matlab),yes)
MEXFLAGS = -cxx
MEXLDFLAGS='$$LDFLAGS $(LDFLAGS)'
-MEXLIBS ="-L.libs -lut"
+MEXLIBS = -L.libs -lut
MEXSUFFIX = @MEXSUFFIX@
MEX = @MEX@