From 1d05f9776976c401c88180295e7c8a43a58e9366 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Sun, 22 Feb 2015 20:35:57 -0700 Subject: [PATCH] Makefile: support building in a path containing spaces --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 629e7cac..8d027616 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ $(shell \ SYSNAME := $(shell uname -s) -TOPDIR := $(shell pwd) +TOPDIR := "$(shell pwd)" ifneq (,$(findstring MINGW32,$(SYSNAME))) HOST_OS = WIN32 else