]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.0595: make errors out with the po Makefile v9.1.0595
authorRestorerZ <restorer@mail2k.ru>
Wed, 17 Jul 2024 17:28:25 +0000 (19:28 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 17 Jul 2024 17:28:25 +0000 (19:28 +0200)
Problem:  make errors out with the po Makefile
          (yanivshlom, after v9.1.0558)
Solution: Set variables differently (RestorerZ)

fixes: #15275
closes: #15282

Signed-off-by: RestorerZ <restorer@mail2k.ru>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/po/Makefile
src/version.c

index 0f7f85dd175544c51a9cad409d3cb5e3f86998a6..f23c6d66f4d4a0ba4b6bb6981101d25854c79187 100644 (file)
@@ -314,7 +314,7 @@ $(LANGUAGES):
 #######
 
 # Preparing the POT file of the plug-in package
-POT_PLUGPACKAGE_PATH != pwd
+POT_PLUGPACKAGE_PATH = $(PWD)
 $(PLUGPACKAGE).pot: $(PO_PLUG_INPUTLIST)
        $(VIMPROG) -u NONE --not-a-term -S tojavascript.vim \
                $(PLUGPACKAGE).pot $?
@@ -327,7 +327,7 @@ $(PLUGPACKAGE).pot: $(PO_PLUG_INPUTLIST)
        rm -f *.js ./vim_to_js
 
 # Converting the PO file of the plug-in package to the binary format of the MO
-MO_PLUGPACKAGE_PATH != pwd
+MO_PLUGPACKAGE_PATH = $(PWD)
 $(PLUGPACKAGE).mo: $(PO_PLUGPACKAGE)
        $(MSGFMTCMD) -o $(MO_PLUGPACKAGE_PATH)/$@ $<
 
index 986edc928649d66f34ae1aab95e921a3f71ee66f..5cff0a3d6ee4f73ab120e2e959dbd2b92f5b3ec0 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    595,
 /**/
     594,
 /**/