diff options
author | Andreas Schwab <schwab@suse.de> | 2019-02-27 12:57:56 +0100 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2019-02-28 09:02:54 +0530 |
commit | 87fbcf93765b939221596ef4075ad48796f17925 (patch) | |
tree | 263aa773ecc618d6db355c425dff598145b2c05a /Makefile | |
parent | 178a0307a2466471c0ffc84af67dd2eb39078f60 (diff) |
Fix missing quotes in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |