aboutsummaryrefslogtreecommitdiffstats
path: root/leim
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2000-11-21 01:25:01 +0000
committerKenichi Handa <[email protected]>2000-11-21 01:25:01 +0000
commite1e539ed8f3e9fe65ab242d3b38fab36ea6fb3d8 (patch)
treef1825fe2d966676098cbc7fd49a9ff12d5a14c2a /leim
parent37c35586ec364e35315167076337fc13f3b550a1 (diff)
(.SUFFIXES): New target, include .elc .el.
Diffstat (limited to 'leim')
-rw-r--r--leim/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in
index 3630de0008..ec8a65f648 100644
--- a/leim/Makefile.in
+++ b/leim/Makefile.in
@@ -131,6 +131,8 @@ WORLD=${ASIA} ${EUROPEAN} ${MISC}
TIT=${CHINESE-TIT}
NON-TIT=${CHINESE-NON-TIT} ${JAPANESE} ${KOREAN} ${EUROPEAN} ${MISC}
+.SUFFIXES: .elc .el
+
.el.elc:
${RUN-EMACS} -f batch-byte-compile $<