(.SUFFIXES): New target, include .elc .el.
This commit is contained in:
parent
c3ce5e29ba
commit
24c53d3628
3 changed files with 10 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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 $<
|
||||
|
|
|
@ -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 $<
|
||||
|
|
Loading…
Add table
Reference in a new issue