summaryrefslogtreecommitdiffstats
path: root/src/Make_mvc.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-12-07 21:01:43 +0100
committerBram Moolenaar <Bram@vim.org>2019-12-07 21:01:43 +0100
commit5f1920ada24904a115232e01f28fc8a6cdd623af (patch)
tree91384e377fe613f758dfa46c9a7a6153871bb0d9 /src/Make_mvc.mak
parentbfd34333302c0b0115ab2a9c995b5adbdb8f4ef8 (diff)
patch 8.1.2409: creating the distribution doesn't work as documentedv8.1.2409
Problem: Creating the distribution doesn't work as documented. Solution: Adjust name of uninstall binary. Create src/auto directory if needed.
Diffstat (limited to 'src/Make_mvc.mak')
-rw-r--r--src/Make_mvc.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak
index 9a01927f67..1a74d3bb3e 100644
--- a/src/Make_mvc.mak
+++ b/src/Make_mvc.mak
@@ -1570,6 +1570,7 @@ $(OUTDIR)/if_lua.obj: $(OUTDIR) if_lua.c $(INCL)
$(CC) $(CFLAGS_OUTDIR) $(LUA_INC) if_lua.c
auto/if_perl.c : if_perl.xs typemap
+ -mkdir auto
$(XSUBPP) -prototypes -typemap $(XSUBPP_TYPEMAP) \
-typemap typemap if_perl.xs -output $@