summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-07-18 13:16:11 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-07-18 13:16:11 +0000
commit88e35f584a058da8db401af09d7331f949ff147c (patch)
tree5ae28eeab2bc21e86194951f702e8ff70bc6176f
parentee8ba9f9bf668ecbbe56f2ffb798c0e81062f4bf (diff)
ensure that the PWD variable we set during the toplevel 'make' process actually gets carried down to the subprocesses... don't know why this ever worked, it shouldn't have :-)
(closes issue #12750) Reported by: atis Tested by: tzafrir, atis git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4421 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a8b5b23..e0d091d 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ CFLAGS+=-DSTANDALONE_ZAPATA -DBUILDING_TONEZONE
ifeq ($(MAKELEVEL),0)
PWD:=$(shell pwd)
+export PWD
endif
ifeq ($(ARCH),)