aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-11 21:24:54 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-11 21:24:54 +0000
commitd59e49c0b52305f24ea269da93737e5635a6ed3b (patch)
treef2388afe5f99d83b140c19d87f2449b67a4eac05 /build_tools
parentfd6a5e2bdd5f646f5d6891ff6eef7a2a72976df6 (diff)
fix the build with astmm (issue #7139)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27023 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/make_buildopts_h2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/make_buildopts_h b/build_tools/make_buildopts_h
index f4db2a687..cca179925 100755
--- a/build_tools/make_buildopts_h
+++ b/build_tools/make_buildopts_h
@@ -9,5 +9,5 @@ cat << END
END
TMP=`grep MENUSELECT_CFLAGS menuselect.makeopts | sed s/MENUSELECT_CFLAGS\=//g | sed s/-D//g`
for x in ${TMP}; do
- echo "#define ${x}"
+ echo "#define ${x} 1"
done