From 6cec8fb74e4c073ba09d3e03b18326ec807d10e0 Mon Sep 17 00:00:00 2001 From: goodale Date: Wed, 25 Aug 2004 16:25:05 +0000 Subject: 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 --- src/make.configuration.deps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'=') -- cgit v1.2.3