summaryrefslogtreecommitdiff
path: root/Makefile.top
diff options
context:
space:
mode:
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 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