Mercurial > emacs
changeset 33857:ebdb59856b55
(.SUFFIXES): New target, include .elc .el.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Fri, 24 Nov 2000 16:26:43 +0000 |
parents | 6f1ab7313eb7 |
children | 6f283a3d6132 |
files | leim/makefile.nt leim/makefile.w32-in |
diffstat | 2 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/makefile.nt Fri Nov 24 16:25:59 2000 +0000 +++ b/leim/makefile.nt Fri Nov 24 16:26:43 2000 +0000 @@ -146,6 +146,8 @@ $(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 $<
--- a/leim/makefile.w32-in Fri Nov 24 16:25:59 2000 +0000 +++ b/leim/makefile.w32-in Fri Nov 24 16:26:43 2000 +0000 @@ -141,6 +141,8 @@ $(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 $<