From d99585da15f5db6c4b821336163a5803759c426e Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Fri, 6 Apr 2012 23:54:54 +1000 Subject: revert PWD portability fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v0.12