[Libreoffice-commits] .: Branch 'libreoffice-3-6' - Makefile.top

Michael Stahl mst at kemper.freedesktop.org
Mon Jul 2 03:35:18 PDT 2012


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

New commits:
commit b1a29d8b75afd6a2274b066baafd7fa5f856fcf2
Author: Michael Stahl <mstahl at redhat.com>
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 <mstahl at redhat.com>

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


More information about the Libreoffice-commits mailing list