diff options
-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 |