shell/Module_shell.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e7ee6ed3e83673ec747c8b93880a82059eee1657
Author: Andras Timar <ati...@suse.com>
Date:   Tue May 29 15:21:01 2012 +0200

    BUILD_X64 is TRUE not YES, when defined
    
    Change-Id: Ib49f623e3423ce1d7caf64bc97d7ffd72dd50ed7

diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk
index 124ed70..de1cec2 100644
--- a/shell/Module_shell.mk
+++ b/shell/Module_shell.mk
@@ -89,7 +89,7 @@ $(eval $(call gb_Module_add_targets,shell,\
 ))
 endif
 
-ifeq ($(BUILD_X64),YES)
+ifeq ($(BUILD_X64),TRUE)
 $(eval $(call gb_Module_add_targets,shell,\
        CustomTarget_x64 \
        Library_ooofilt_x64 \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to