revert PWD portability fix

This commit is contained in:
Tony Theodore 2012-04-06 23:54:54 +10:00
parent 0c9d711a11
commit d99585da15
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ REQUIREMENTS := autoconf automake bash bison bzip2 cmake flex \
$(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)