From 87fbcf93765b939221596ef4075ad48796f17925 Mon Sep 17 00:00:00 2001 From: Andreas Schwab <schwab@suse.de> Date: Wed, 27 Feb 2019 12:57:56 +0100 Subject: Fix missing quotes in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f45ca3b..b05c763 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3