# HG changeset patch # User Andrew Innes # Date 975083203 0 # Node ID ebdb59856b551903c4ed447f77193118752475dc # Parent 6f1ab7313eb738e72b67dc57ce85949cb781f334 (.SUFFIXES): New target, include .elc .el. diff -r 6f1ab7313eb7 -r ebdb59856b55 leim/makefile.nt --- 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 $< diff -r 6f1ab7313eb7 -r ebdb59856b55 leim/makefile.w32-in --- 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 $<