mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
patch 7.4.1004
Problem: Using Makefile when auto/config.mk does not exists results in warnings. Solution: Use default values for essential variables.
This commit is contained in:
parent
7b5f0a15bc
commit
08b7bae91a
@ -281,6 +281,12 @@ CC=
|
|||||||
#GUI_LIB_LOC = -L/usr/X11R6/lib
|
#GUI_LIB_LOC = -L/usr/X11R6/lib
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
|
# Defaults used when auto/config.mk does not exist.
|
||||||
|
srcdir = .
|
||||||
|
VIMNAME = vim
|
||||||
|
EXNAME = ex
|
||||||
|
VIEWNAME = view
|
||||||
|
|
||||||
######################## auto/config.mk ######################## {{{1
|
######################## auto/config.mk ######################## {{{1
|
||||||
# At this position auto/config.mk is included. When starting from the
|
# At this position auto/config.mk is included. When starting from the
|
||||||
# toplevel Makefile it is almost empty. After running auto/configure it
|
# toplevel Makefile it is almost empty. After running auto/configure it
|
||||||
|
@ -741,6 +741,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1004,
|
||||||
/**/
|
/**/
|
||||||
1003,
|
1003,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user