summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--solenv/inc/startup/wnt/macros.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/solenv/inc/startup/wnt/macros.mk b/solenv/inc/startup/wnt/macros.mk
index b41f7d021a36..ac8593375a0c 100644
--- a/solenv/inc/startup/wnt/macros.mk
+++ b/solenv/inc/startup/wnt/macros.mk
@@ -41,6 +41,7 @@ E *:= .exe # Executables
__.DIVSEP-sh-yes *:= \\
__.DIVSEP-sh-no *:= \\
DIRSEPSTR := \\
+# See iz61212 for the reason why PWD is overwritten
PWD:=$(shell +echo %_cwd)
.EXPORT : PWD
@@ -59,8 +60,6 @@ E *:= .exe # Executables
__.DIVSEP-sh-yes *:= \\\
__.DIVSEP-sh-no *:= \\
DIRSEPSTR :=/
-# See IZ 11093 why PWD has to be overwritten
- PWD:=$(shell +pwd)
.EXPORT : PWD
.ENDIF