aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-24 00:04:40 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-24 00:04:40 +0000
commit981cafa1b2bc693ff8ba97d7a0191733df85af6f (patch)
treeb46d90d80ed5415b9ee6a941e17f15d04e4effd8 /Makefile
parentb0a098a0ab9409a126bfdab3253fcaa1cae3bbce (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@10986 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0808134b0..ece77719f 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,8 @@ endif
# Remember the MAKELEVEL at the top
MAKETOPLEVEL?=$(MAKELEVEL)
+PWD=$(shell pwd)
+
ifneq ($(findstring dont-optimize,$(MAKECMDGOALS)),dont-optimize)
######### More GSM codec optimization
######### Uncomment to enable MMXTM optimizations for x86 architecture CPU's
@@ -212,7 +214,6 @@ ifeq ($(OSARCH),Linux)
MPG123TARG=linux
endif
-PWD=$(shell pwd)
GREP=grep
ifeq ($(OSARCH),SunOS)