aboutsummaryrefslogtreecommitdiffstats
path: root/utils/Makefile
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-22 14:48:09 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-22 14:48:09 +0000
commit63bdd09ee4688956cc57c8ea309cfa88e9e01683 (patch)
treecf531a4da1c0f374d4927691aa34b8a98d059968 /utils/Makefile
parent2ead7884c5341bb94ddd845c76f091e153c3ab9d (diff)
Merged revisions 59145 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r59145 | murf | 2007-03-22 08:40:53 -0600 (Thu, 22 Mar 2007) | 1 line 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/trunk@59146 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 563779399..efd3dba4f 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