summaryrefslogtreecommitdiff
path: root/Makefile.top
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-07-02 12:32:03 +0200
committerMichael Stahl <mstahl@redhat.com>2012-07-02 12:33:32 +0200
commit06a2859dba3418d36e76b054303025efbcabc1c2 (patch)
tree41c011db12741a19c5802244e6c8044df10b69e6 /Makefile.top
parent50b1657865318d83e468b5fdf7d0d48585549637 (diff)
src.downloaded should depend on bin/repo-list
Change-Id: I5a4d86b218164f864a02cc0d80ffa49d143ac3f1
Diffstat (limited to 'Makefile.top')
-rw-r--r--Makefile.top2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.top b/Makefile.top
index d904916a421a..15d27ba6d5cc 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