summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2006-02-23 22:38:47 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2006-02-23 22:38:47 +0000
commitc05fc829d3172d9283834e04548933a6ac55a5cd (patch)
tree8d173dba70415c90656e028c76de36c6efa0148c
parent61d4406b69a56017a0b9080c69f1743482e79611 (diff)
Bug 6581 - Move definition of PWD higher than where it is initially used
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10933 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-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)