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:34:21 +0200
commitb1a29d8b75afd6a2274b066baafd7fa5f856fcf2 (patch)
tree50772fe53a493944deb2c8ce7c4a17d1cb728b74 /Makefile.top
parent4364b23e1dc7bd221615bf0a62d59bb9c011fe3e (diff)
src.downloaded should depend on bin/repo-list
Change-Id: I5a4d86b218164f864a02cc0d80ffa49d143ac3f1 (cherry picked from commit 06a2859dba3418d36e76b054303025efbcabc1c2) Signed-off-by: Michael Stahl <mstahl@redhat.com>
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 eb96df2a594c..e2d9d12c8f53 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