summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-12-20 04:27:49 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-12-20 04:27:49 (GMT)
commit11aee96888b744a41130bc729d862766a3863508 (patch)
tree44c3a5885c781c821590de2cc406315d24e9b756 /Makefile
parent5337c32461030b4c6b4b9a3a37fac831b5dfb322 (diff)
downloadmxe-11aee96888b744a41130bc729d862766a3863508.zip
mxe-11aee96888b744a41130bc729d862766a3863508.tar.gz
mxe-11aee96888b744a41130bc729d862766a3863508.tar.bz2
Makefile: add link to gmake issue with spaces in filenames
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e9e3526..1f43900 100644
--- a/Makefile
+++ b/Makefile
@@ -224,6 +224,8 @@ DOWNLOAD_PKG_ARCHIVE = \
echo; \
rm -f '$(PKG_DIR)/$($(1)_FILE)'; )
+# open issue from 2002:
+# http://savannah.gnu.org/bugs/?712
ifneq ($(words $(PWD)),1)
$(error GNU Make chokes on paths with spaces)
endif