From 24c53d3628c29ce32904bfa99751c0f71e7eddd4 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Fri, 24 Nov 2000 16:26:56 +0000 Subject: [PATCH] (.SUFFIXES): New target, include .elc .el. --- leim/ChangeLog | 6 ++++++ leim/makefile.nt | 2 ++ leim/makefile.w32-in | 2 ++ 3 files changed, 10 insertions(+) diff --git a/leim/ChangeLog b/leim/ChangeLog index 941640cd9f..dff25ca58b 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 9d3a1e4663..39195ff1e5 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 2cdf38f074..3b62192436 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 $< -- 2.20.1