changeset 2379:a4faf4890f13

revert PWD portability fix
author Tony Theodore <tonyt@logyst.com>
date Fri, 06 Apr 2012 23:54:54 +1000
parents 970d7489e64f
children f89dd4c9e49f
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Apr 06 15:19:41 2012 +1000
+++ b/Makefile	Fri Apr 06 23:54:54 2012 +1000
@@ -17,7 +17,7 @@
                 $(MAKE) openssl $(PATCH) $(PERL) pkg-config \
                 scons $(SED) unzip wget xz yasm
 
-PWD        := $(shell pwd -P)
+PWD        := $(shell pwd)
 PREFIX     := $(PWD)/usr
 LOG_DIR    := $(PWD)/log
 TIMESTAMP  := $(shell date +%Y%m%d_%H%M%S)