summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-03 18:17:20 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-03 18:17:20 +0100
commitd75c4702cc626e744a43aa144e62ad54e775041b (patch)
tree2c0ab90d912c1c33f5e886293897bedfc466492a /Makefile
parent1568f63d9bd72111e0742045846f3a33a7f48039 (diff)
avoid error message, when not available
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d5c583c56..9c08dc134 100644
--- a/Makefile
+++ b/Makefile
@@ -219,7 +219,7 @@ NO_ERROR=0
@echo 'HOSTCXX:=${CXX}' >>prereq.mk
@echo 'HOSTCXXFLAGS:=-O2' >>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 "PKG_HOSTLIB_DIR:=$$(pkg-config --variable pc_path pkg-config 2>/dev/null)" >>prereq.mk
@echo 'LANGUAGE:=C' >>prereq.mk
@echo 'LC_ALL:=C' >>prereq.mk
@echo 'MAKE:=$${GMAKE}' >>prereq.mk