aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-23 23:06:42 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-23 23:06:42 +0000
commit2b13cc6d3e7e6b78fcbf76715f796be94f4e5690 (patch)
treef781fc18dda11dce93a7a0b2eaf00af7ee37eebf /Makefile
parentf9fc516879d2abefb2f528ddb287f7ac8cd6d98c (diff)
Oops, this was broken in 1.2, too.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@10952 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 1b4ec8fec..8c22fefe8 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
@@ -209,7 +211,6 @@ ifeq ($(OSARCH),Linux)
MPG123TARG=linux
endif
-PWD=$(shell pwd)
GREP=grep
ifeq ($(OSARCH),SunOS)