[Libreoffice-commits] .: desktop/util

Jan Holesovsky kendy at kemper.freedesktop.org
Thu Sep 22 04:04:38 PDT 2011


 desktop/util/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 69bd187a848e98784fd620f07844abc36071c90d
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Thu Sep 22 13:02:52 2011 +0200

    $(COM) == MSC => $(OS_FOR_BUILD) == WNT ;-)

diff --git a/desktop/util/Makefile b/desktop/util/Makefile
index ff5c9d4..7c5e9f6 100644
--- a/desktop/util/Makefile
+++ b/desktop/util/Makefile
@@ -25,7 +25,7 @@
 
 DESTDIR := $(WORKDIR)/CustomTarget/desktop/util
 
-ifeq ($(OS_FOR_BUILD)$(COM),WNTMSC)
+ifeq ($(COM),MSC)
 
 $(DESTDIR)/linker.manifest : $(OUTDIR)/bin/soffice_bin.exe
 	mkdir -p $(DESTDIR) && mt.exe -inputresource:$< -out:$@


More information about the Libreoffice-commits mailing list