changeset 1865:aa8e9bab281d

Ensure that $(PWD) is always set, which is needed for use with sudo
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 15 Nov 2011 16:32:32 +0100
parents 0ac0306fc662
children 8925e48e99a1 93ed337d4c17
files Makefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Nov 15 16:30:46 2011 +0100
+++ b/Makefile	Tue Nov 15 16:32:32 2011 +0100
@@ -5,6 +5,7 @@
 TARGET             := i686-pc-mingw32
 SOURCEFORGE_MIRROR := kent.dl.sourceforge.net
 
+PWD        := $(shell pwd)
 PREFIX     := $(PWD)/usr
 LOG_DIR    := $(PWD)/log
 TIMESTAMP  := $(shell date +%Y%m%d_%H%M%S)