From d17026e6700547fe4850a7d1a3d3ffbb7e20db22 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 28 Jun 2006 21:20:15 +0000 Subject: [PATCH] remove an extra comma git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36227 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 42adedcf09..497004d5ca 100644 --- a/Makefile +++ b/Makefile @@ -137,7 +137,7 @@ ifeq ($(origin MENUSELECT_CFLAGS),undefined) MENUSELECT_CFLAGS?=$(shell grep MENUSELECT_CFLAGS $(GLOBAL_MAKEOPTS) . | cut -f2 -d'=') endif -ifeq ($(findstring dont-optimize,$(MAKECMDGOALS)),$(findstring DONT_OPTIMIZE,$(MENUSELECT_CFLAGS)),) +ifeq ($(findstring dont-optimize,$(MAKECMDGOALS)),$(findstring DONT_OPTIMIZE,$(MENUSELECT_CFLAGS))) # More GSM codec optimization # Uncomment to enable MMXTM optimizations for x86 architecture CPU's # which support MMX instructions. This should be newer pentiums, -- 2.47.2