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
This commit is contained in:
Tilghman Lesher 2006-02-23 22:38:47 +00:00
parent 61d4406b69
commit c05fc829d3
1 changed files with 2 additions and 1 deletions

View File

@ -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)