summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
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 \".\")"