Makefile.top |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c8c72d903a9e2ea81cf8511cbfc292c832b04609
Author: Matúš Kukan <matus.ku...@gmail.com>
Date:   Sat Dec 1 11:35:05 2012 +0100

    oops, fix typo for ./download
    
    Change-Id: I85a6e503ae8eb45c36ff6696426e3a1d18fef5bb

diff --git a/Makefile.top b/Makefile.top
index 3cd9034..a5f73ae 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -197,7 +197,7 @@ endif
 
 # TODO: This should be really in external/ module, I think.
 $(SRCDIR)/src.downloaded : $(SRCDIR)/download $(SRCDIR)/config_host.mk | 
download
-ifneq ($(COM),MSC)
+ifeq ($(COM),MSC)
        $< && touch $@
 endif
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to