+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.
$(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 $<
$(SETLOADPATH) $(RUN_EMACS) -l $(buildlisppath)/international/quail \\r
-f batch-byte-compile $(TIT:.elc=.el)\r
\r
+.SUFFIXES: .elc .el\r
+\r
.el.elc:\r
set EMACSLOADPATH=$(buildlisppath)\r
$(SETLOADPATH) $(RUN_EMACS) -f batch-byte-compile $<\r