From c05fc829d3172d9283834e04548933a6ac55a5cd Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Thu, 23 Feb 2006 22:38:47 +0000 Subject: [PATCH] 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 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.47.2