diff options
author | Eli Zaretskii <eliz@gnu.org> | 2010-03-27 15:01:22 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2010-03-27 15:01:22 +0300 |
commit | 31f191b3a2d314c41a1e48b51615fdfe3fe20260 (patch) | |
tree | 7e3995788e870f8a22e2dcbf3b698ea40e2063fd /leim/ChangeLog | |
parent | 2201e7e2be76f3b03746d530059c8544a26a1036 (diff) | |
download | emacs-31f191b3a2d314c41a1e48b51615fdfe3fe20260.tar.gz |
Enclose the argument of "-l" in quotes.
makefile.w32-in ($(TIT), $(MISC_DIC), leim-list.el): Enclose the
argument of "-l" in $(ARGQUOTE), in case it includes blanks or
other special characters.
Diffstat (limited to 'leim/ChangeLog')
-rw-r--r-- | leim/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index 6ea68248238..9dd41d3bafa 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,9 @@ +2010-03-27 Eli Zaretskii <eliz@gnu.org> + + * makefile.w32-in ($(TIT), $(MISC_DIC), leim-list.el): Enclose the + argument of "-l" in $(ARGQUOTE), in case it includes blanks or + other special characters. + 2010-03-18 Glenn Morris <rgm@gnu.org> * Makefile.in (maintainer-clean): Use bootstrap-clean. |