From: Andrew Innes Date: Fri, 24 Nov 2000 16:26:56 +0000 (+0000) Subject: (.SUFFIXES): New target, include .elc .el. X-Git-Tag: emacs-pretest-21.0.92~92 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=24c53d3628c29ce32904bfa99751c0f71e7eddd4;p=emacs.git (.SUFFIXES): New target, include .elc .el. --- diff --git a/leim/ChangeLog b/leim/ChangeLog index 941640cd9fc..dff25ca58bd 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,9 @@ +2000-11-24 Andrew Innes + + * makefile.w32-in (.SUFFIXES): New target, include .elc .el. + + * makefile.nt (.SUFFIXES): New target, include .elc .el. + 2000-11-21 Kenichi Handa * Makefile.in (.SUFFIXES): New target, include .elc .el. diff --git a/leim/makefile.nt b/leim/makefile.nt index 9d3a1e46637..39195ff1e55 100644 --- a/leim/makefile.nt +++ b/leim/makefile.nt @@ -146,6 +146,8 @@ $(TIT): $(SUBDIRS) $(RUN_EMACS) -l $(buildlisppath)/international/quail \ -f batch-byte-compile $(TIT) +.SUFFIXES: .elc .el + .el.elc: set EMACSLOADPATH=$(buildlisppath) $(RUN_EMACS) -f batch-byte-compile $< diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in index 2cdf38f0740..3b621924364 100644 --- a/leim/makefile.w32-in +++ b/leim/makefile.w32-in @@ -141,6 +141,8 @@ $(TIT): $(SUBDIRS) $(SETLOADPATH) $(RUN_EMACS) -l $(buildlisppath)/international/quail \ -f batch-byte-compile $(TIT:.elc=.el) +.SUFFIXES: .elc .el + .el.elc: set EMACSLOADPATH=$(buildlisppath) $(SETLOADPATH) $(RUN_EMACS) -f batch-byte-compile $<