summaryrefslogtreecommitdiff
path: root/sw/util/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
commit98a51ae04de07c3a8900f9025fc752b8311e5080 (patch)
tree59ca38e1d4ce0c20232784b41a19f5f86d5647ec /sw/util/makefile.mk
parent27e0d69a5cae260a5bafdaef43468cfa61b634cb (diff)
#i104352#: wrong variable used
Diffstat (limited to 'sw/util/makefile.mk')
-rw-r--r--sw/util/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/util/makefile.mk b/sw/util/makefile.mk
index 9ded9284c0..d38f2691f1 100644
--- a/sw/util/makefile.mk
+++ b/sw/util/makefile.mk
@@ -162,7 +162,7 @@ SHL2OBJS= $(SLO)$/swdetect.obj \
$(SLO)$/detreg.obj \
$(SLO)$/iodetect.obj
-.IF "$(DBG_UTIL)"!=""
+.IF "$(dbgutil)"!=""
SHL2OBJS+= \
$(SLO)$/errhdl.obj
.ENDIF