From: Kenichi Handa Date: Tue, 21 Nov 2000 01:25:01 +0000 (+0000) Subject: (.SUFFIXES): New target, include .elc .el. X-Git-Tag: emacs-pretest-21.0.92~253 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e1e539ed8f3e9fe65ab242d3b38fab36ea6fb3d8;p=emacs.git (.SUFFIXES): New target, include .elc .el. --- 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 $<