summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2012-04-06 05:19:41 (GMT)
committerTony Theodore <tonyt@logyst.com>2012-04-06 05:19:41 (GMT)
commit0c9d711a114dd84b0a09221832aadfc293e0e9d1 (patch)
tree99ff0760512436b873b54ec8eeb55a3810eecf1f
parent02b97b26171fedccf1ffdc72601a14eaf0424c36 (diff)
downloadmxe-0c9d711a114dd84b0a09221832aadfc293e0e9d1.zip
mxe-0c9d711a114dd84b0a09221832aadfc293e0e9d1.tar.gz
mxe-0c9d711a114dd84b0a09221832aadfc293e0e9d1.tar.bz2
portability fix: use physical location for PWD
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6c9c346..9258f53 100644
--- a/Makefile
+++ b/Makefile
@@ -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)