view src/of-communications-1-fixes.patch @ 2988:aca8511e7751

qt.mk: link to correct files in bin directory
author John W. Eaton <jwe@octave.org>
date Thu, 16 May 2013 13:32:57 -0400
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 \