summaryrefslogtreecommitdiff
path: root/win32/Makefile.ce
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2012-06-07 08:20:09 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2012-06-07 08:20:09 +0100
commit84ee0a66f289b99c3c892aea8a9748ba7a3b2513 (patch)
tree90699d0f5582210464926eec985ef79e0aab6b25 /win32/Makefile.ce
parent662a27517b774fb0b240784bd97ebc123dcfed02 (diff)
downloadperl-84ee0a66f289b99c3c892aea8a9748ba7a3b2513.tar.gz
Remove INST_DRV from Windows makefiles' CFG_VARS
It isn't directly used by config_sh.PL, and the only appearance of it in a config.xxx file was config.ce, where it was surely wrong: prefixexp should be a ~name expanded version of prefix, so just set it to ~INST_TOP~ like the other config.xxx files all do.
Diffstat (limited to 'win32/Makefile.ce')
-rw-r--r--win32/Makefile.ce1
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/Makefile.ce b/win32/Makefile.ce
index 2f150d578d..3ae055cb7e 100644
--- a/win32/Makefile.ce
+++ b/win32/Makefile.ce
@@ -670,7 +670,6 @@ EXTENSION_PM = \
$(ERRNO_PM)
CFG_VARS = \
- "INST_DRV=$(INST_DRV)" \
"INST_TOP=$(INST_TOP)" \
"INST_VER=$(INST_VER)" \
"INST_ARCH=$(INST_ARCH)" \