summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/GNUmakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/GNUmakefile b/win32/GNUmakefile
index 1af1535847..7b91d35ab0 100644
--- a/win32/GNUmakefile
+++ b/win32/GNUmakefile
@@ -539,6 +539,9 @@ CPANDIR = ..\cpan
PODDIR = ..\pod
HTMLDIR = .\html
+# Strip trailing backslash from INST_TOP
+override INST_TOP := $(INST_TOP:\=)
+
INST_SCRIPT = $(INST_TOP)$(INST_VER)\bin
INST_BIN = $(INST_SCRIPT)$(INST_ARCH)
INST_LIB = $(INST_TOP)$(INST_VER)\lib