[asterisk-commits] trunk r35480 - /trunk/Makefile

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu Jun 22 07:16:42 MST 2006


Author: russell
Date: Thu Jun 22 09:16:41 2006
New Revision: 35480

URL: http://svn.digium.com/view/asterisk?rev=35480&view=rev
Log:
get rid of another annoying stray space in the gcc commands

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?rev=35480&r1=35479&r2=35480&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Thu Jun 22 09:16:41 2006
@@ -201,7 +201,9 @@
 endif
 
 ASTCFLAGS+=-pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG)
+ifneq ($(OPTIMIZE),)
 ASTCFLAGS+=$(OPTIMIZE)
+endif
 
 ifeq ($(AST_DEVMODE),yes)
   ASTCFLAGS+=-Werror -Wunused



More information about the asterisk-commits mailing list