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
1.4
Tilghman Lesher 20 years ago
parent 61d4406b69
commit c05fc829d3

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

Loading…
Cancel
Save