summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2002-10-05 13:45:47 +0000
committerPaul Smith <psmith@gnu.org>2002-10-05 13:45:47 +0000
commit47cd8d4624b60d3462991c436c961e0721cd278b (patch)
tree897bc298ea2cd924c12f029d6b699a2c7adaa84b /po
parentd1d9c0274bf49bac2cf5293caef54f474cced796 (diff)
downloadgunmake-47cd8d4624b60d3462991c436c961e0721cd278b.tar.gz
Fix core dump on malformed variable line (Debian bug #81656)
Allow SysV-style variable references to use {} in addition to (). Add variable.h to the POTFILES.in since it has a translatable string.
Diffstat (limited to 'po')
-rw-r--r--po/ChangeLog4
-rw-r--r--po/POTFILES.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/po/ChangeLog b/po/ChangeLog
index a362db7..5c5fe1d 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-05 Paul D. Smith <psmith@gnu.org>
+
+ * POTFILES.in: Add variable.h as it has a translatable string.
+
2002-08-08 Paul D. Smith <psmith@gnu.org>
* LINGUAS: Add a new translation for Chinese (simplified) (zh_CN).
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 3c9e849..30b7864 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -20,5 +20,6 @@ remote-cstms.c
rule.c
signame.c
variable.c
+variable.h
vmsfunctions.c
vpath.c