src.downloaded should depend on bin/repo-list
Change-Id: I5a4d86b218164f864a02cc0d80ffa49d143ac3f1
This commit is contained in:
parent
50b1657865
commit
06a2859dba
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue