aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-29 17:06:43 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-29 17:06:43 +0000
commit4bcc2cc26fa1274468ca36308da5771e6bd08691 (patch)
treeb9969765aad13f210d70c1cd49f359e3ed48cfb4 /Makefile
parent3aeb282e9027f70292189ce44551fa0257e537ff (diff)
Fix building Asterisk when the working path has spaces in it.
(closes issue #11834) Reported by: spendergrass Patched by: me git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@100882 f38db490-d61c-443f-a65b-d21fe96a405b
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