summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-03 17:03:29 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-03 17:03:29 +0100
commit3322bd4ee175042e5596777bbcefd9096b314cf9 (patch)
treeeb2b81d559aa5f085a44c8c9424a411f1c698906
parenta83edbe870a56efbded1d77d6fc16761987f2200 (diff)
ignore warning, when not found
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e465732bb..d5c583c56 100644
--- a/Makefile
+++ b/Makefile
@@ -218,7 +218,7 @@ NO_ERROR=0
@echo 'HOSTCFLAGS:=-O2' >>prereq.mk
@echo 'HOSTCXX:=${CXX}' >>prereq.mk
@echo 'HOSTCXXFLAGS:=-O2' >>prereq.mk
- @echo "HOST_LIBIDL_CONFIG:=$$(which libIDL-config-2)" >>prereq.mk
+ @echo "HOST_LIBIDL_CONFIG:=$$(which libIDL-config-2 2>/dev/null)" >>prereq.mk
@echo "PKG_HOSTLIB_DIR:=$$(pkg-config --variable pc_path pkg-config)" >>prereq.mk
@echo 'LANGUAGE:=C' >>prereq.mk
@echo 'LC_ALL:=C' >>prereq.mk