aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a1417ba9f..96d168b48 100644
--- a/Makefile
+++ b/Makefile
@@ -108,7 +108,7 @@ ASTLDFLAGS+=$(LDOPTS)
#Uncomment this to see all build commands instead of 'quiet' output
#NOISY_BUILD=yes
-ASTTOPDIR:=$(CURDIR)
+ASTTOPDIR:=$(shell echo $(CURDIR) | sed -e 's/ /\\ /g')
# Overwite config files on "make samples"
OVERWRITE=y