From cb3e449d9bf9a94377421cb234425d6e09578057 Mon Sep 17 00:00:00 2001 From: Steve Murphy Date: Thu, 22 Mar 2007 14:40:53 +0000 Subject: [PATCH] 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 --- utils/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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