summaryrefslogtreecommitdiff
path: root/src/po
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-01-30 12:50:56 +0100
committerBram Moolenaar <Bram@vim.org>2013-01-30 12:50:56 +0100
commit8d616172389a666e74c47c4e41f5cd9a17a38268 (patch)
tree29a9abcafaaed79c74e1e32b4480a173ec13521a /src/po
parent700e7345ded4e2af25e63409b81c1ce516410a28 (diff)
downloadvim-git-8d616172389a666e74c47c4e41f5cd9a17a38268.tar.gz
updated for version 7.3.788v7.3.788
Problem: When only using patches build fails on missing nl.po. Solution: Create an empty nl.po file.
Diffstat (limited to 'src/po')
-rw-r--r--src/po/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/po/Makefile b/src/po/Makefile
index 2814b3fe8..09c8861b6 100644
--- a/src/po/Makefile
+++ b/src/po/Makefile
@@ -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.