portability fix: use physical location for PWD

This commit is contained in:
Tony Theodore 2012-04-06 15:19:41 +10:00
parent 02b97b2617
commit 0c9d711a11
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)
PWD := $(shell pwd -P)
PREFIX := $(PWD)/usr
LOG_DIR := $(PWD)/log
TIMESTAMP := $(shell date +%Y%m%d_%H%M%S)