]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.788 v7.3.788
authorBram Moolenaar <Bram@vim.org>
Wed, 30 Jan 2013 11:50:56 +0000 (12:50 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 30 Jan 2013 11:50:56 +0000 (12:50 +0100)
Problem:    When only using patches build fails on missing nl.po.
Solution:   Create an empty nl.po file.

src/po/Makefile
src/version.c

index 2814b3fe8a6588fc500d3b9d21cbf11b4895a762..09c8861b67ebce3f769255ff05cd53ea2712e4ce 100644 (file)
@@ -176,6 +176,10 @@ uninstall:
 
 converted: $(MOCONVERTED)
 
+# nl.po was added later, if it does not exist use an empty file.
+nl.po:
+       touch nl.po
+
 # Norwegian/Bokmal: "nb" is an alias for "no".
 # Copying the file is not efficient, but I don't know of another way to make
 # this work.
index ed6b493e878bce4a1e139798e5905a8c7dccf7d0..8c19a1519cc67c54ed7b740948f6d75837794067 100644 (file)
@@ -725,6 +725,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    788,
 /**/
     787,
 /**/