aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-22 14:40:53 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-22 14:40:53 +0000
commit1545b8a51d7279ffdf447c937f1cee468b617d38 (patch)
treefaf78d7ad518da16d0fef78707b0d1880e1af6ab /utils
parent718213324f86d8831b46ae4e52562522f0a21e57 (diff)
The stuff in utils was compiling with -O6 even if DONT_OPTIMIZE is set in menuconfig. Added the include to fix that
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@59145 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile
index e530357cc..f41427ddf 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -11,6 +11,8 @@
# the GNU General Public License
#
+-include ../menuselect.makeopts
+
.PHONY: clean all uninstall
# to get check_expr, add it to the ALL_UTILS list