comparison src/Make_mvc.mak @ 18844:217c97e06615 v8.1.2409

patch 8.1.2409: creating the distribution doesn't work as documented Commit: https://github.com/vim/vim/commit/5f1920ada24904a115232e01f28fc8a6cdd623af Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 7 21:01:43 2019 +0100 patch 8.1.2409: creating the distribution doesn't work as documented Problem: Creating the distribution doesn't work as documented. Solution: Adjust name of uninstall binary. Create src/auto directory if needed.
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Dec 2019 21:15:03 +0100
parents 652ac5edf8d0
children 5ecefcbd12a1
comparison
equal deleted inserted replaced
18843:213818e6529c 18844:217c97e06615
1568 1568
1569 $(OUTDIR)/if_lua.obj: $(OUTDIR) if_lua.c $(INCL) 1569 $(OUTDIR)/if_lua.obj: $(OUTDIR) if_lua.c $(INCL)
1570 $(CC) $(CFLAGS_OUTDIR) $(LUA_INC) if_lua.c 1570 $(CC) $(CFLAGS_OUTDIR) $(LUA_INC) if_lua.c
1571 1571
1572 auto/if_perl.c : if_perl.xs typemap 1572 auto/if_perl.c : if_perl.xs typemap
1573 -mkdir auto
1573 $(XSUBPP) -prototypes -typemap $(XSUBPP_TYPEMAP) \ 1574 $(XSUBPP) -prototypes -typemap $(XSUBPP_TYPEMAP) \
1574 -typemap typemap if_perl.xs -output $@ 1575 -typemap typemap if_perl.xs -output $@
1575 1576
1576 $(OUTDIR)/if_perl.obj: $(OUTDIR) auto/if_perl.c $(INCL) 1577 $(OUTDIR)/if_perl.obj: $(OUTDIR) auto/if_perl.c $(INCL)
1577 $(CC) $(CFLAGS_OUTDIR) $(PERL_INC) auto/if_perl.c 1578 $(CC) $(CFLAGS_OUTDIR) $(PERL_INC) auto/if_perl.c