[Libreoffice-commits] .: Makefile.top
Michael Stahl
mst at kemper.freedesktop.org
Mon Jul 2 03:34:42 PDT 2012
Makefile.top | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 06a2859dba3418d36e76b054303025efbcabc1c2
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
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
More information about the Libreoffice-commits
mailing list