summaryrefslogtreecommitdiff
path: root/sw/source/core/makefile.mk
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-07-20 13:37:26 +0200
committerMathias Bauer <mba@openoffice.org>2009-07-20 13:37:26 +0200
commit381f5f3a874ea524e2c779bad59ac14ae34fd7c4 (patch)
tree24f1b635dc05e2aa6fc073f667a1a10b20aff89a /sw/source/core/makefile.mk
parent94b5b82a000ab4d760c8bd03a55016e9106f7cac (diff)
#i104352#: wrong variable used
Diffstat (limited to 'sw/source/core/makefile.mk')
-rw-r--r--sw/source/core/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/makefile.mk b/sw/source/core/makefile.mk
index 4d5d0edbbe88..d87e67b21863 100644
--- a/sw/source/core/makefile.mk
+++ b/sw/source/core/makefile.mk
@@ -73,7 +73,7 @@ SUBLIBS3= \
$(SLB)$/SwNumberTree.lib \
$(SLB)$/tablecore.lib
-.IF "$(DBG_UTIL)"!=""
+.IF "$(dbgutil)"!=""
SUBLIBS3+= \
$(SLB)$/except.lib
.ENDIF