From 08d7f265a10ef6eac0041f38a477ea3c6ce5e1e5 Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Fri, 16 Oct 2015 23:50:15 +0300 Subject: [PATCH] remove strange quote from comment about MXE_TMP see #929 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0655c2ec..9c570641 100644 --- a/Makefile +++ b/Makefile @@ -227,7 +227,7 @@ else echo; \ echo '# This variable controls where intermediate files are created'; \ echo '# this is necessary when compiling inside a virtualbox shared'; \ - echo '# directory. Some commands like strip fail in there with »Protocol error'; \ + echo '# directory. Some commands like strip fail in there with Protocol error'; \ echo '# default is the current directory'; \ echo '#MXE_TMP := /tmp'; \ echo; \