summaryrefslogtreecommitdiffstats
path: root/solenv/inc/unitools.mk
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-21 17:50:29 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-21 17:50:29 +0000
commit25d9ef5f466e9142b8a21717b66f21e624a282a4 (patch)
tree29c6e9c57f358cdcf2e9e71bdae9ce59e5ad5e66 /solenv/inc/unitools.mk
parentINTEGRATION: CWS ause087 (1.40.46); FILE MERGED (diff)
downloadcore-25d9ef5f466e9142b8a21717b66f21e624a282a4.tar.gz
core-25d9ef5f466e9142b8a21717b66f21e624a282a4.zip
INTEGRATION: CWS ause087 (1.54.200); FILE MERGED
2007/11/07 10:55:10 hjs 1.54.200.1: #i80465# applied patch
Diffstat (limited to 'solenv/inc/unitools.mk')
-rw-r--r--solenv/inc/unitools.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/unitools.mk b/solenv/inc/unitools.mk
index 171f29a86759..89e6dc76bd1a 100644
--- a/solenv/inc/unitools.mk
+++ b/solenv/inc/unitools.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: unitools.mk,v $
#
-# $Revision: 1.54 $
+# $Revision: 1.55 $
#
-# last change: $Author: ihi $ $Date: 2007-06-07 10:27:53 $
+# last change: $Author: ihi $ $Date: 2007-11-21 18:50:29 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -64,7 +64,7 @@ NULLDEV:=/dev/null
# iz29609 helpmacro to check if file exists
.IF "$(USE_SHELL)"=="bash"
-IFEXIST:=if test -f
+IFEXIST:=if test -e
THEN:= ; then
FI:= ; fi
PIPEERROR=2>&1 |