aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d015bfaa2..f7909b601 100644
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ ASTLDFLAGS+=$(LDOPTS)
# Create OPTIONS variable
OPTIONS=
-ASTTOPDIR:=$(shell pwd)
+ASTTOPDIR:=$(shell pwd | sed -e 's/ /\\ /g')
# Overwite config files on "make samples"
OVERWRITE=y