From: Steve Murphy Date: Thu, 22 Mar 2007 14:40:53 +0000 (+0000) Subject: The stuff in utils was compiling with -O6 even if DONT_OPTIMIZE is set in menuconfig... X-Git-Tag: 1.4.7.1~538 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb3e449d9bf9a94377421cb234425d6e09578057;p=thirdparty%2Fasterisk.git 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: https://origsvn.digium.com/svn/asterisk/branches/1.4@59145 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/utils/Makefile b/utils/Makefile index e530357cc9..f41427ddf1 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