aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@4825ed28-b72c-4eae-9704-e50c059e567d>2004-08-25 16:25:05 +0000
committergoodale <goodale@4825ed28-b72c-4eae-9704-e50c059e567d>2004-08-25 16:25:05 +0000
commit6cec8fb74e4c073ba09d3e03b18326ec807d10e0 (patch)
tree455ea968fc398efade66cdda76a72c9ce86843f9
parentfca0957f83894e482ea17615ab4013d5cdb1bf0f (diff)
Removing printing of error message from this file if there is no SDF.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@206 4825ed28-b72c-4eae-9704-e50c059e567d
-rw-r--r--src/make.configuration.deps2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.configuration.deps b/src/make.configuration.deps
index f9d61ae..9fc3215 100644
--- a/src/make.configuration.deps
+++ b/src/make.configuration.deps
@@ -35,7 +35,7 @@ $(BUILD_DIR)$(DIRSEP)IOHDF5$(DIRSEP)hdf5_convert_from_ieeeio.o: $(PACKAGE_DIR)$(
# need to extract SDF includes and libs from the bindings makefiles
# (those are not included when building utilities)
-SDF_INC_DIRS := $(shell grep INC_DIRS $(CONFIG)/../bindings/Configuration/IOSDF/make.configuration.defn | cut -f2 -d'=')
+SDF_INC_DIRS := $(shell grep INC_DIRS $(CONFIG)/../bindings/Configuration/IOSDF/make.configuration.defn 2>/dev/null | cut -f2 -d'=')
SDF_LIB_DIRS := $(shell grep LIBDIRS $(CONFIG)/../bindings/Configuration/make.link | cut -f2 -d'=')
SDF_LIBS := $(shell grep LIBS $(CONFIG)/../bindings/Configuration/make.link | cut -f2 -d'=')