diff options
author | Kenichi Handa <handa@m17n.org> | 1997-08-22 08:12:40 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1997-08-22 08:12:40 +0000 |
commit | 7ad7d4c254d51258a7f430f8c09b9136aa0289ac (patch) | |
tree | af8c3bf8d40b6ec4273bb422ac1002f86c1738dc /leim/Makefile.in | |
parent | fdcc1ef736e9c3c128efea4c6fdde10b85c9a0eb (diff) | |
download | emacs-7ad7d4c254d51258a7f430f8c09b9136aa0289ac.tar.gz |
(leim-list.el): Fix previous change.
Diffstat (limited to 'leim/Makefile.in')
-rw-r--r-- | leim/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in index a0b799ed541..db010f4e680 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in @@ -145,8 +145,8 @@ leim-list.el: ${SUBDIRS} ${WORLD} for dir in ${SUBDIRS}; do \ for f in $${dir}/*.el; do \ if echo ${WORLD} | grep $${f} > /dev/null; then true; \ - else rm -f $${f}* ; fi \ - done \ + else rm -f $${f}* ; fi; \ + done; \ done ${RUN-EMACS} -l ${buildlisppath}/international/quail \ --eval "(update-leim-list-file \".\")" |