summaryrefslogtreecommitdiff
path: root/sd/util
diff options
context:
space:
mode:
authortono <tono@openoffice.org>2010-06-18 23:06:49 +0900
committertono <tono@openoffice.org>2010-06-18 23:06:49 +0900
commit3216fb4a80ca9213e39d625436316de2a1d4bbef (patch)
treefafdd0443504bc6a03b2e6e16adcecc7c7b51b5a /sd/util
parent6df4629851f7cc5aa09f85907cef5125863472e9 (diff)
i#111956: MinGW port fix: dependency to shared library: pure porting fix again
Diffstat (limited to 'sd/util')
-rw-r--r--sd/util/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/util/makefile.mk b/sd/util/makefile.mk
index bfe4d1fd1b40..10ad7251f258 100644
--- a/sd/util/makefile.mk
+++ b/sd/util/makefile.mk
@@ -229,7 +229,7 @@ SHL4OBJS += $(SLO)$/pchname.obj \
.ENDIF # "$(GUI)$(COM)" == "WNTMSC"
# $(ISDLIB) is build in SHL1TARGET
-.IF "$(GUI)" == "UNX"
+.IF "$(GUI)"=="UNX" || ("$(COM)"=="GCC" && "$(GUI)"=="WNT")
SHL4DEPN=$(SHL1TARGETN)
SHL5DEPN=$(SHL1TARGETN)
.ELSE