diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-07-20 13:37:26 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-07-20 13:37:26 +0200 |
commit | 98a51ae04de07c3a8900f9025fc752b8311e5080 (patch) | |
tree | 59ca38e1d4ce0c20232784b41a19f5f86d5647ec /sw/util/makefile.mk | |
parent | 27e0d69a5cae260a5bafdaef43468cfa61b634cb (diff) |
#i104352#: wrong variable used
Diffstat (limited to 'sw/util/makefile.mk')
-rw-r--r-- | sw/util/makefile.mk | 2 |
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 |