diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-12-20 04:27:49 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-12-20 04:27:49 (GMT) |
commit | 11aee96888b744a41130bc729d862766a3863508 (patch) | |
tree | 44c3a5885c781c821590de2cc406315d24e9b756 /Makefile | |
parent | 5337c32461030b4c6b4b9a3a37fac831b5dfb322 (diff) | |
download | mxe-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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |