summaryrefslogtreecommitdiff
path: root/desktop/util/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/util/Makefile')
-rw-r--r--desktop/util/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/util/Makefile b/desktop/util/Makefile
index 5e72a4109e9b..ff5c9d43042d 100644
--- a/desktop/util/Makefile
+++ b/desktop/util/Makefile
@@ -25,9 +25,9 @@
DESTDIR := $(WORKDIR)/CustomTarget/desktop/util
-ifeq ($(COM),MSC)
+ifeq ($(OS_FOR_BUILD)$(COM),WNTMSC)
-$(DESTDIR)/linker.manifest : $(OUTDIR)/bin/soffice.bin
+$(DESTDIR)/linker.manifest : $(OUTDIR)/bin/soffice_bin.exe
mkdir -p $(DESTDIR) && mt.exe -inputresource:$< -out:$@
$(OUTDIR)/bin/soffice.bin.manifest : $(DESTDIR)/linker.manifest $(SRCDIR)/desktop/util/template.manifest