summaryrefslogtreecommitdiff
path: root/desktop/win32/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2009-08-03 10:09:31 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2009-08-03 10:09:31 +0000
commite88774706fead55380f64469ee51986040bb16bc (patch)
tree90ebd697655a2369aa7c331a32814d839a11efc5 /desktop/win32/source
parent245232fece90430b382072a247fbb7a45e73d8cd (diff)
#i10000#: direct call of tool lngconvex replaced with $(LNGCONVEX)
Diffstat (limited to 'desktop/win32/source')
-rw-r--r--desktop/win32/source/rebase/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/win32/source/rebase/makefile.mk b/desktop/win32/source/rebase/makefile.mk
index 8114403a8e8b..dbab5a5d0921 100644
--- a/desktop/win32/source/rebase/makefile.mk
+++ b/desktop/win32/source/rebase/makefile.mk
@@ -90,4 +90,4 @@ APP2NOSVRES= $(RES)$/$(TARGET).res
.INCLUDE : target.mk
$(RCFILES) : $(ULFDIR)$/rebasegui.ulf makefile.mk rcfooter.txt rcheader.txt rctmpl.txt
- $(WRAPCMD) lngconvex.exe -ulf $(ULFDIR)$/rebasegui.ulf -rc $(RCFILES) -rct rctmpl.txt -rch rcheader.txt -rcf rcfooter.txt
+ $(LNGCONVEX) -ulf $(ULFDIR)$/rebasegui.ulf -rc $(RCFILES) -rct rctmpl.txt -rch rcheader.txt -rcf rcfooter.txt