mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 19:52:48 +00:00
Oops, this was broken in 1.2, too.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@10952 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
3
Makefile
3
Makefile
@@ -36,6 +36,8 @@ endif
|
|||||||
# Remember the MAKELEVEL at the top
|
# Remember the MAKELEVEL at the top
|
||||||
MAKETOPLEVEL?=$(MAKELEVEL)
|
MAKETOPLEVEL?=$(MAKELEVEL)
|
||||||
|
|
||||||
|
PWD=$(shell pwd)
|
||||||
|
|
||||||
ifneq ($(findstring dont-optimize,$(MAKECMDGOALS)),dont-optimize)
|
ifneq ($(findstring dont-optimize,$(MAKECMDGOALS)),dont-optimize)
|
||||||
######### More GSM codec optimization
|
######### More GSM codec optimization
|
||||||
######### Uncomment to enable MMXTM optimizations for x86 architecture CPU's
|
######### Uncomment to enable MMXTM optimizations for x86 architecture CPU's
|
||||||
@@ -209,7 +211,6 @@ ifeq ($(OSARCH),Linux)
|
|||||||
MPG123TARG=linux
|
MPG123TARG=linux
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PWD=$(shell pwd)
|
|
||||||
GREP=grep
|
GREP=grep
|
||||||
|
|
||||||
ifeq ($(OSARCH),SunOS)
|
ifeq ($(OSARCH),SunOS)
|
||||||
|
Reference in New Issue
Block a user