From 1613b4e58e43ba020c442a429ef3c39eadc00a6a Mon Sep 17 00:00:00 2001 From: Steve Murphy <murf@digium.com> Date: Thu, 22 Mar 2007 14:48:09 +0000 Subject: [PATCH] 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: https://origsvn.digium.com/svn/asterisk/trunk@59146 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- utils/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/Makefile b/utils/Makefile index 563779399a..efd3dba4fb 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 -- GitLab