Mercurial > vim
diff src/Makefile @ 13654:bc28260e2a2e v8.0.1699
patch 8.0.1699: leftover stuff for Python 1.4
commit https://github.com/vim/vim/commit/9ce4213b0322477ace1df5e0aa356b1a5551b445
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Apr 11 22:19:36 2018 +0200
patch 8.0.1699: leftover stuff for Python 1.4
Problem: Leftover stuff for Python 1.4.
Solution: Remove outdated Python 1.4 stuff. (Naoki Inada, closes https://github.com/vim/vim/issues/2794)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Wed, 11 Apr 2018 22:30:07 +0200 |
parents | fbf8c75c118d |
children | 72506c835e03 |
line wrap: on
line diff
--- a/src/Makefile +++ b/src/Makefile @@ -3170,12 +3170,6 @@ objects/if_perl.o: auto/if_perl.c objects/if_perlsfio.o: if_perlsfio.c $(CCC_NF) $(PERL_CFLAGS) $(ALL_CFLAGS) -o $@ if_perlsfio.c -objects/py_getpath.o: $(PYTHON_CONFDIR)/getpath.c - $(CCC_NF) $(PYTHON_CFLAGS) $(ALL_CFLAGS) -o $@ \ - $(PYTHON_CONFDIR)/getpath.c \ - -I$(PYTHON_CONFDIR) -DHAVE_CONFIG_H -DNO_MAIN \ - $(PYTHON_GETPATH_CFLAGS) - objects/if_python.o: if_python.c if_py_both.h $(CCC_NF) $(PYTHON_CFLAGS) $(PYTHON_CFLAGS_EXTRA) $(ALL_CFLAGS) -o $@ if_python.c