summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-12-01 11:35:05 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-12-01 11:35:22 +0100
commitc8c72d903a9e2ea81cf8511cbfc292c832b04609 (patch)
tree69c4f9ab50b07a93ef1b047f73ed4fad7cfdbf1e
parente1083e6656a378c2c37b6701b59c3fc2d10450d9 (diff)
oops, fix typo for ./download
Change-Id: I85a6e503ae8eb45c36ff6696426e3a1d18fef5bb
-rw-r--r--Makefile.top2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.top b/Makefile.top
index 3cd9034f6f11..a5f73aecf01e 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -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