aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-15 23:50:47 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-15 23:50:47 +0000
commit21520f22c08a06fcdb29293fd430d9dc0fdb95a1 (patch)
tree0be17992a9a494d13b1b2efdafc5cb6727600453 /Makefile
parent0716d7b553a8cf1bad243e5b6b071a74eaf75bd5 (diff)
Err, oops, it was already the way I intended.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@240629 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 04c698693..e0b2f4afb 100644
--- a/Makefile
+++ b/Makefile
@@ -748,10 +748,10 @@ samples: adsi
echo ";astctlgroup = apache" ; \
echo ";astctl = asterisk.ctl" ; \
echo "" ; \
- echo ";[compat]" ; \
- echo ";pbx_realtime=1.6" ; \
- echo ";res_agi=1.6" ; \
- echo ";app_set=1.6" ; \
+ echo "[compat]" ; \
+ echo "pbx_realtime=1.6" ; \
+ echo "res_agi=1.6" ; \
+ echo "app_set=1.6" ; \
) > $(DESTDIR)$(ASTCONFPATH) ; \
else \
echo "Skipping asterisk.conf creation"; \