oops, fix typo for ./download

Change-Id: I85a6e503ae8eb45c36ff6696426e3a1d18fef5bb
This commit is contained in:
Matúš Kukan
2012-12-01 11:35:05 +01:00
parent e1083e6656
commit c8c72d903a

View File

@@ -197,7 +197,7 @@ endif
# TODO: This should be really in external/ module, I think.
$(SRCDIR)/src.downloaded : $(SRCDIR)/download $(SRCDIR)/config_host.mk | download
ifneq ($(COM),MSC)
ifeq ($(COM),MSC)
$< && touch $@
endif