get rid of another annoying stray space in the gcc commands

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35480 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-06-22 14:16:41 +00:00
parent 9db0520ff9
commit 5ed2edeac4

View File

@@ -201,7 +201,9 @@ ifeq ($(OSARCH),SunOS)
endif
ASTCFLAGS+=-pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG)
ifneq ($(OPTIMIZE),)
ASTCFLAGS+=$(OPTIMIZE)
endif
ifeq ($(AST_DEVMODE),yes)
ASTCFLAGS+=-Werror -Wunused