mirror of
https://github.com/vim/vim.git
synced 2025-10-16 07:24:23 -04:00
patch 9.1.1805: Amiga: Missing build date in version string
Problem: Amiga: Missing build date in version string Solution: Set build date in CFLAGS in Makefile (Ola Söder) closes: #18418 Signed-off-by: Ola Söder <rolfkopman@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
f4a6acd86e
commit
7d903eaccf
@@ -71,6 +71,11 @@ ifdef PATCHLEVEL
|
||||
CFLAGS += -DPATCHLEVEL=\"$(PATCHLEVEL)\"
|
||||
endif
|
||||
|
||||
# Build date used for Amiga style version string
|
||||
ifdef BUILDDATE
|
||||
CFLAGS += -DBUILDDATE=\"$(BUILDDATE)\"
|
||||
endif
|
||||
|
||||
# Common sources
|
||||
SRC += \
|
||||
alloc.c \
|
||||
|
@@ -729,6 +729,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1805,
|
||||
/**/
|
||||
1804,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user