[Libreoffice-commits] .: Makefile.top

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Dec 1 02:36:31 PST 2012


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

New commits:
commit c8c72d903a9e2ea81cf8511cbfc292c832b04609
Author: Matúš Kukan <matus.kukan at 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
 


More information about the Libreoffice-commits mailing list