view src/of-communications-1-fixes.patch @ 3316:f11beaa3e1f0

mk-dist: Don't set -j option to 9 by default. Use --jobs or settings.mk file to override. * mk-dist: Don't set -j option to 9 by default.
author Rik <rik@octave.org>
date Tue, 12 Nov 2013 14:40:58 -0800
parents 04791633efbc
children
line wrap: on
line source

diff -rNu a/src/Makefile b/src/Makefile
--- a/src/Makefile	2012-05-08 08:06:50.000000000 -0400
+++ b/src/Makefile	2013-01-11 22:50:36.000000000 -0500
@@ -1,6 +1,6 @@
 sinclude Makeconf
 
-HDF5_LIBS := $(shell  grep "\#define OCTAVE_CONF_HDF5_LIBS"  $(shell  $(MKOCTFILE) -p OCTINCLUDEDIR)/oct-conf.h | sed 's/^.*LIBS //;s/"//g'  )
+HDF5_LIBS := $(shell  grep "\#define OCTAVE_CONF_HDF5_LIBS"  '$(shell  $(MKOCTFILE) -p OCTINCLUDEDIR)/oct-conf.h' | sed 's/^.*LIBS //;s/"//g'  )
 
 GALOISTARGET = gf.oct
 GALOISSOURCES = galois.cc galois-def.cc galoisfield.cc gf.cc \