Fix missing quotes in Makefile

This commit is contained in:
Andreas Schwab
2019-02-28 09:02:54 +05:30
committed by Anup Patel
parent 178a0307a2
commit 87fbcf9376
+1 -1
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