From: Tilghman Lesher Date: Thu, 23 Feb 2006 22:38:47 +0000 (+0000) Subject: Bug 6581 - Move definition of PWD higher than where it is initially used X-Git-Tag: 1.4.0-beta1~2545 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c05fc829d3172d9283834e04548933a6ac55a5cd;p=thirdparty%2Fasterisk.git 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 --- diff --git a/Makefile b/Makefile index 7ac1f4fd94..7414befbb0 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)