aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-23 22:38:47 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-23 22:38:47 +0000
commit9e00342852dd3ae1806f2edcc1d2754edfef97ed (patch)
tree8d173dba70415c90656e028c76de36c6efa0148c /Makefile
parentec65ad3b7849d5382ae694f50f0d19776a05ccfb (diff)
Bug 6581 - Move definition of PWD higher than where it is initially used
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10933 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 7ac1f4fd9..7414befbb 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,8 @@ else
OSREV=$(CROSS_REV)
endif
+PWD=$(shell pwd)
+
# Remember the MAKELEVEL at the top
MAKETOPLEVEL?=$(MAKELEVEL)
@@ -222,7 +224,6 @@ ifeq ($(OSARCH),Linux)
MPG123TARG=linux
endif
-PWD=$(shell pwd)
GREP=grep
ifeq ($(OSARCH),SunOS)