[asterisk-commits] trunk r10933 - /trunk/Makefile
    asterisk-commits at lists.digium.com 
    asterisk-commits at lists.digium.com
       
    Thu Feb 23 15:38:48 MST 2006
    
    
  
Author: tilghman
Date: Thu Feb 23 16:38:47 2006
New Revision: 10933
URL: http://svn.digium.com/view/asterisk?rev=10933&view=rev
Log:
Bug 6581 - Move definition of PWD higher than where it is initially used
Modified:
    trunk/Makefile
Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?rev=10933&r1=10932&r2=10933&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Thu Feb 23 16:38:47 2006
@@ -32,6 +32,8 @@
   OSARCH=$(CROSS_ARCH)
   OSREV=$(CROSS_REV)
 endif
+
+PWD=$(shell pwd)
 
 # Remember the MAKELEVEL at the top
 MAKETOPLEVEL?=$(MAKELEVEL)
@@ -222,7 +224,6 @@
   MPG123TARG=linux
 endif
 
-PWD=$(shell pwd)
 GREP=grep
 
 ifeq ($(OSARCH),SunOS)
    
    
More information about the asterisk-commits
mailing list