summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2015-10-16 20:50:15 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2015-10-16 20:50:15 (GMT)
commit08d7f265a10ef6eac0041f38a477ea3c6ce5e1e5 (patch)
tree06751fd2c6bac2546d1244cfc4413df0eedec93b /Makefile
parent34a4b53db9122f313019d25a9242d9c5bcfc2885 (diff)
downloadmxe-08d7f265a10ef6eac0041f38a477ea3c6ce5e1e5.zip
mxe-08d7f265a10ef6eac0041f38a477ea3c6ce5e1e5.tar.gz
mxe-08d7f265a10ef6eac0041f38a477ea3c6ce5e1e5.tar.bz2
remove strange quote from comment about MXE_TMP
see #929
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0655c2e..9c57064 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; \