diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-12-07 21:01:43 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-12-07 21:01:43 +0100 |
commit | 5f1920ada24904a115232e01f28fc8a6cdd623af (patch) | |
tree | 91384e377fe613f758dfa46c9a7a6153871bb0d9 /src/Make_mvc.mak | |
parent | bfd34333302c0b0115ab2a9c995b5adbdb8f4ef8 (diff) | |
download | vim-git-5f1920ada24904a115232e01f28fc8a6cdd623af.tar.gz |
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.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak index 9a01927f6..1a74d3bb3 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 $@ |