From 63bdd09ee4688956cc57c8ea309cfa88e9e01683 Mon Sep 17 00:00:00 2001 From: murf Date: Thu, 22 Mar 2007 14:48:09 +0000 Subject: 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 --- utils/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils') 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 -- cgit v1.2.3