diff options
author | Tony Theodore <tonyt@logyst.com> | 2012-04-06 13:54:54 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2012-04-06 13:54:54 (GMT) |
commit | d99585da15f5db6c4b821336163a5803759c426e (patch) | |
tree | ebc1a844eecc3e757b9d2af1101c7bbe1a5ac1d2 /Makefile | |
parent | 0c9d711a114dd84b0a09221832aadfc293e0e9d1 (diff) | |
download | mxe-d99585da15f5db6c4b821336163a5803759c426e.zip mxe-d99585da15f5db6c4b821336163a5803759c426e.tar.gz mxe-d99585da15f5db6c4b821336163a5803759c426e.tar.bz2 |
revert PWD portability fix
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |