aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-29 17:16:34 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-29 17:16:34 +0000
commit1ab33dc185bb852c42a47f221eafa86ffe00fcde (patch)
treee0b024cbb858f52522c7c820a91a4fd9ea0a07e7 /Makefile
parentb49957cf42b2eee964786e0e68dd11a6a28e3b27 (diff)
Merged revisions 100882 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r100882 | russell | 2008-01-29 11:06:43 -0600 (Tue, 29 Jan 2008) | 6 lines 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/trunk@100900 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 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