view src/of-communications-1-fixes.patch @ 3231:ed6444cc0dcb

Fix typo from commit 3218:8ede5874e2f1 * src/qt.mk: change make conditional statement end from 'fi)' to ')'.
author John Donoghue <john.donoghue@ieee.org>
date Sat, 10 Aug 2013 21:50:17 -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 \