mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 14:58:25 +00:00
remove unnecessary INCLUDE variable which was currently added to ASTCFLAGS
before it was ever set. This removes another stray space in the gcc commands :) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@27128 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
10
Makefile
10
Makefile
@@ -241,7 +241,7 @@ ifeq ($(OSARCH),SunOS)
|
|||||||
ID=/usr/xpg4/bin/id
|
ID=/usr/xpg4/bin/id
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ASTCFLAGS+=-pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG) $(INCLUDE)
|
ASTCFLAGS+=-pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG)
|
||||||
ASTCFLAGS+=$(OPTIMIZE)
|
ASTCFLAGS+=$(OPTIMIZE)
|
||||||
|
|
||||||
ifeq ($(AST_DEVMODE),yes)
|
ifeq ($(AST_DEVMODE),yes)
|
||||||
@@ -276,8 +276,7 @@ ifeq ($(OSARCH),FreeBSD)
|
|||||||
endif # FreeBSD
|
endif # FreeBSD
|
||||||
|
|
||||||
ifeq ($(OSARCH),NetBSD)
|
ifeq ($(OSARCH),NetBSD)
|
||||||
ASTCFLAGS+=-pthread
|
AST_CFLAGS+=-pthread -I$(CROSS_COMPILE_TARGET)/usr/pkg/include
|
||||||
INCLUDE+=-I$(CROSS_COMPILE_TARGET)/usr/pkg/include
|
|
||||||
MPG123TARG=netbsd
|
MPG123TARG=netbsd
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@@ -286,8 +285,7 @@ ifeq ($(OSARCH),OpenBSD)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(OSARCH),SunOS)
|
ifeq ($(OSARCH),SunOS)
|
||||||
ASTCFLAGS+=-Wcast-align -DSOLARIS
|
ASTCFLAGS+=-Wcast-align -DSOLARIS -Iinclude/solaris-compat -I$(CROSS_COMPILE_TARGET)/usr/local/ssl/include
|
||||||
INCLUDE+=-Iinclude/solaris-compat -I$(CROSS_COMPILE_TARGET)/usr/local/ssl/include
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LIBEDIT=editline/libedit.a
|
LIBEDIT=editline/libedit.a
|
||||||
@@ -314,7 +312,7 @@ endif
|
|||||||
|
|
||||||
ASTCFLAGS+=$(MALLOC_DEBUG)$(BUSYDETECT)$(OPTIONS)
|
ASTCFLAGS+=$(MALLOC_DEBUG)$(BUSYDETECT)$(OPTIONS)
|
||||||
ifeq ($(findstring dont-optimize,$(MAKECMDGOALS)),)
|
ifeq ($(findstring dont-optimize,$(MAKECMDGOALS)),)
|
||||||
ASTCFLAGS+=-fomit-frame-pointer
|
ASTCFLAGS+=-fomit-frame-pointer
|
||||||
endif
|
endif
|
||||||
|
|
||||||
MOD_SUBDIRS=res channels pbx apps codecs formats cdr funcs
|
MOD_SUBDIRS=res channels pbx apps codecs formats cdr funcs
|
||||||
|
|||||||
Reference in New Issue
Block a user