(.SUFFIXES): New target, include .elc .el.

This commit is contained in:
Andrew Innes 2000-11-24 16:26:56 +00:00
parent c3ce5e29ba
commit 24c53d3628
3 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2000-11-24 Andrew Innes <andrewi@gnu.org>
* makefile.w32-in (.SUFFIXES): New target, include .elc .el.
* makefile.nt (.SUFFIXES): New target, include .elc .el.
2000-11-21 Kenichi Handa <handa@etl.go.jp>
* Makefile.in (.SUFFIXES): New target, include .elc .el.

View file

@ -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 $<

View file

@ -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 $<