summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-11-06 14:52:44 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-11-06 14:52:44 +0000
commitae0e695a53828419a5e612dab8f27324befc750b (patch)
tree7b6c4835f8dacc5bbbf8de2e51aa4412037a199f /fpicker
parent6fde6063e7cdf2eb1271d551715c7988eae5ed3a (diff)
INTEGRATION: CWS execshellmacrogone (1.9.64); FILE MERGED
2007/10/24 06:35:40 rene 1.9.64.1: #i79760# krs patches for supressing "Executing shell macro..." output
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/unx/gnome/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/unx/gnome/makefile.mk b/fpicker/source/unx/gnome/makefile.mk
index 19148f7187fc..984bb402a608 100644
--- a/fpicker/source/unx/gnome/makefile.mk
+++ b/fpicker/source/unx/gnome/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: obo $ $Date: 2007-01-25 13:35:57 $
+# last change: $Author: rt $ $Date: 2007-11-06 15:52:44 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -58,7 +58,7 @@ PKGCONFIG_MODULES=gtk+-2.0
.INCLUDE : pkg_config.mk
# check gtk version
-GTK_TWO_FOUR:=$(shell $(PKGCONFIG) --exists 'gtk+-2.0 >= 2.4.0' && echo ok)
+GTK_TWO_FOUR:=$(shell @$(PKGCONFIG) --exists 'gtk+-2.0 >= 2.4.0' && echo ok)
.IF "$(GTK_TWO_FOUR)" != "ok"
dummy: