summaryrefslogtreecommitdiff
path: root/solenv/inc/pkg_config.mk
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-11-06 14:44:26 +0000
committerRüdiger Timm <rt@openoffice.org>2007-11-06 14:44:26 +0000
commit0307cb9569ed578b1f4934885342cd5b7f9a1b80 (patch)
tree95844ab911e01ec8330c616dfd611f742ed2d81e /solenv/inc/pkg_config.mk
parent303a243532668ad4a32799d0d104b880ab37d910 (diff)
INTEGRATION: CWS execshellmacrogone (1.3.846); FILE MERGED
2007/10/24 06:35:45 rene 1.3.846.1: #i79760# krs patches for supressing "Executing shell macro..." output
Diffstat (limited to 'solenv/inc/pkg_config.mk')
-rw-r--r--solenv/inc/pkg_config.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/solenv/inc/pkg_config.mk b/solenv/inc/pkg_config.mk
index 56cebd3fc6b4..67f723eab5c0 100644
--- a/solenv/inc/pkg_config.mk
+++ b/solenv/inc/pkg_config.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: pkg_config.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 09:36:07 $
+# last change: $Author: rt $ $Date: 2007-11-06 15:44:26 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -44,6 +44,6 @@ PKGCONFIG_PREFIX=--define-variable=prefix=$(PKGCONFIG_ROOT)
PKGCONFIG=pkg-config
.ENDIF # "$(OS)"=="SOLARIS"
-PKGCONFIG_CFLAGS:=$(shell $(PKGCONFIG) $(PKGCONFIG_PREFIX) --cflags $(PKGCONFIG_MODULES))
-PKGCONFIG_LIBS:=$(shell $(PKGCONFIG) $(PKGCONFIG_PREFIX) --libs $(PKGCONFIG_MODULES))
+PKGCONFIG_CFLAGS:=$(shell @$(PKGCONFIG) $(PKGCONFIG_PREFIX) --cflags $(PKGCONFIG_MODULES))
+PKGCONFIG_LIBS:=$(shell @$(PKGCONFIG) $(PKGCONFIG_PREFIX) --libs $(PKGCONFIG_MODULES))
CFLAGS+=$(PKGCONFIG_CFLAGS)