From: <mtm...@us...> - 2012-05-03 04:11:33
|
Revision: 10354 http://octave.svn.sourceforge.net/octave/?rev=10354&view=rev Author: mtmiller Date: 2012-05-03 04:11:25 +0000 (Thu, 03 May 2012) Log Message: ----------- comm: fix hdf5 library detection Modified Paths: -------------- trunk/octave-forge/main/comm/src/Makefile Modified: trunk/octave-forge/main/comm/src/Makefile =================================================================== --- trunk/octave-forge/main/comm/src/Makefile 2012-05-02 05:51:55 UTC (rev 10353) +++ trunk/octave-forge/main/comm/src/Makefile 2012-05-03 04:11:25 UTC (rev 10354) @@ -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 //" ) +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 \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |