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

New commits:
commit 06a2859dba3418d36e76b054303025efbcabc1c2
Author: Michael Stahl <mst...@redhat.com>
Date:   Mon Jul 2 12:32:03 2012 +0200

    src.downloaded should depend on bin/repo-list
    
    Change-Id: I5a4d86b218164f864a02cc0d80ffa49d143ac3f1

diff --git a/Makefile.top b/Makefile.top
index d904916..15d27ba 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -356,7 +356,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
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to