patch 7.4.1241
Problem: Missing change in Makefile due to diff mismatch Solution: Update the list of object files.
This commit is contained in:
@ -1633,10 +1633,16 @@ OBJ_COMMON = \
|
|||||||
$(WSDEBUG_OBJ)
|
$(WSDEBUG_OBJ)
|
||||||
|
|
||||||
OBJ = $(OBJ_COMMON) \
|
OBJ = $(OBJ_COMMON) \
|
||||||
|
objects/json.o \
|
||||||
objects/main.o \
|
objects/main.o \
|
||||||
objects/memfile.o
|
objects/memfile.o
|
||||||
|
|
||||||
|
JSON_TEST_OBJ = $(OBJ_COMMON) \
|
||||||
|
objects/json_test.o \
|
||||||
|
objects/memfile.o
|
||||||
|
|
||||||
MEMFILE_TEST_OBJ = $(OBJ_COMMON) \
|
MEMFILE_TEST_OBJ = $(OBJ_COMMON) \
|
||||||
|
objects/json.o \
|
||||||
objects/memfile_test.o
|
objects/memfile_test.o
|
||||||
|
|
||||||
PRO_AUTO = \
|
PRO_AUTO = \
|
||||||
|
|||||||
@ -742,6 +742,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 */
|
||||||
|
/**/
|
||||||
|
1241,
|
||||||
/**/
|
/**/
|
||||||
1240,
|
1240,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user