1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2019-12-07 21:01:43 +01:00
parent bfd3433330
commit 5f1920ada2
3 changed files with 4 additions and 1 deletions

View File

@@ -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 $@