summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2002-04-03 08:48:00 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2002-04-03 08:48:00 +0000
commit4e146e980a568b0814b7f7004fd599ce72d9e6e9 (patch)
tree87fda21e7e52fbe0ef154c5fc60f118c35b44e99
parent14e96fee17345759b2152069bff5a4196b502eba (diff)
learning to use IF
-rw-r--r--solenv/inc/settings.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/settings.mk b/solenv/inc/settings.mk
index fa196f71b3eb..2deadc0de63f 100644
--- a/solenv/inc/settings.mk
+++ b/solenv/inc/settings.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: settings.mk,v $
#
-# $Revision: 1.104 $
+# $Revision: 1.105 $
#
-# last change: $Author: hjs $ $Date: 2002-03-28 16:50:41 $
+# last change: $Author: hjs $ $Date: 2002-04-03 09:48:00 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -1082,7 +1082,7 @@ SVIDL=svidl.exe
LDUMP=ldump -Gy
.ENDIF
.ELSE
-.IF "$(USE_SHELL)"=="4nt"
+.IF "$(USE_SHELL)"!="4nt"
LDUMP=ldump_w
LDUMP2=ldump_w
.ELSE