diff options
author | Kenichi Handa <handa@m17n.org> | 2000-11-21 01:25:01 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2000-11-21 01:25:01 +0000 |
commit | e1e539ed8f3e9fe65ab242d3b38fab36ea6fb3d8 (patch) | |
tree | f1825fe2d966676098cbc7fd49a9ff12d5a14c2a /leim/Makefile.in | |
parent | 37c35586ec364e35315167076337fc13f3b550a1 (diff) | |
download | emacs-e1e539ed8f3e9fe65ab242d3b38fab36ea6fb3d8.tar.gz |
(.SUFFIXES): New target, include .elc .el.
Diffstat (limited to 'leim/Makefile.in')
-rw-r--r-- | leim/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in index 3630de00087..ec8a65f648e 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 $< |