Fix missing quotes in Makefile

This commit is contained in:
Andreas Schwab
2019-02-27 12:57:56 +01:00
committed by Anup Patel
parent 178a0307a2
commit 87fbcf9376

View File

@@ -325,7 +325,7 @@ ifneq ($(platform-runcmd),)
$(platform-runcmd) $(RUN_ARGS)
else
ifdef PLATFORM
@echo Platform $(PLATFORM) doesn't specify a run command
@echo "Platform $(PLATFORM) doesn't specify a run command"
@false
else
@echo Run command only available when targeting a platform