summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1997-08-22 08:12:40 +0000
committerKenichi Handa <handa@m17n.org>1997-08-22 08:12:40 +0000
commit28db7a12fd9ae66b473891c547fb7898591e5914 (patch)
tree61705d3b7f82a61b3b8c537e38a708530443b72f /leim
parent04856988fb363173f8cb64bf2b3ceebca69d8ed4 (diff)
downloademacs-28db7a12fd9ae66b473891c547fb7898591e5914.tar.gz
(leim-list.el): Fix previous change.
Diffstat (limited to 'leim')
-rw-r--r--leim/Makefile.in4
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 \".\")"