[asterisk-commits] murf: branch 1.4 r59145 - /branches/1.4/utils/Makefile

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu Mar 22 07:40:54 MST 2007


Author: murf
Date: Thu Mar 22 09:40:53 2007
New Revision: 59145

URL: http://svn.digium.com/view/asterisk?view=rev&rev=59145
Log:
The stuff in utils was compiling with -O6 even if DONT_OPTIMIZE is set in menuconfig. Added the include to fix that

Modified:
    branches/1.4/utils/Makefile

Modified: branches/1.4/utils/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.4/utils/Makefile?view=diff&rev=59145&r1=59144&r2=59145
==============================================================================
--- branches/1.4/utils/Makefile (original)
+++ branches/1.4/utils/Makefile Thu Mar 22 09:40:53 2007
@@ -10,6 +10,8 @@
 # This program is free software, distributed under the terms of
 # the GNU General Public License
 #
+
+-include ../menuselect.makeopts
 
 .PHONY: clean all uninstall
 



More information about the asterisk-commits mailing list