aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-12-20 21:10:23 +0100
committerTristan Gingold <tgingold@free.fr>2016-12-20 21:10:23 +0100
commit6e2d20c740a25c97f0f3ba6a01d7f646167fc395 (patch)
tree37a2ad7a1b4d187ccf0ae042c89b5018fde04bfd /Makefile.in
parent84490e821deee16fe8155df2b9328c23d953c4fb (diff)
downloadghdl-6e2d20c740a25c97f0f3ba6a01d7f646167fc395.tar.gz
ghdl-6e2d20c740a25c97f0f3ba6a01d7f646167fc395.tar.bz2
ghdl-6e2d20c740a25c97f0f3ba6a01d7f646167fc395.zip
Be sure PWD is set (for windows).
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index f223b0600..38020f5f9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -37,6 +37,7 @@ build_mode=@build_mode@
INSTALL_PROGRAM=install -m 755
INSTALL_DATA=install -m 644
+PWD?=$(shell pwd)
DESTDIR=
bindir=$(prefix)/bin
libdir=$(prefix)/lib