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

New commits:
commit b1a29d8b75afd6a2274b066baafd7fa5f856fcf2
Author: Michael Stahl <[email protected]>
Date:   Mon Jul 2 12:32:03 2012 +0200

    src.downloaded should depend on bin/repo-list
    
    Change-Id: I5a4d86b218164f864a02cc0d80ffa49d143ac3f1
    (cherry picked from commit 06a2859dba3418d36e76b054303025efbcabc1c2)
    
    Signed-off-by: Michael Stahl <[email protected]>

diff --git a/Makefile.top b/Makefile.top
index eb96df2..e2d9d12 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -354,7 +354,7 @@ ifneq ($(filter-out clean distclean,$(MAKECMDGOALS)),)
 #
 fetch: src.downloaded
 
-src.downloaded : Makefile.top ooo.lst download
+src.downloaded : Makefile.top download ooo.lst bin/repo-list
 ifeq ($(DO_FETCH_TARBALLS),YES)
        @./download $(SRCDIR)/ooo.lst && touch $@
 else
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to