summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2012-04-06 13:54:54 (GMT)
committerTony Theodore <tonyt@logyst.com>2012-04-06 13:54:54 (GMT)
commitd99585da15f5db6c4b821336163a5803759c426e (patch)
treeebc1a844eecc3e757b9d2af1101c7bbe1a5ac1d2 /Makefile
parent0c9d711a114dd84b0a09221832aadfc293e0e9d1 (diff)
downloadmxe-d99585da15f5db6c4b821336163a5803759c426e.zip
mxe-d99585da15f5db6c4b821336163a5803759c426e.tar.gz
mxe-d99585da15f5db6c4b821336163a5803759c426e.tar.bz2
revert PWD portability fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9258f53..6c9c346 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 -P)
+PWD := $(shell pwd)
PREFIX := $(PWD)/usr
LOG_DIR := $(PWD)/log
TIMESTAMP := $(shell date +%Y%m%d_%H%M%S)