Mercurial > emacs
diff lisp/makefile.nt @ 33904:c96ec3fcc61b
(.SUFFIXES): Add .SUFFIXES.
| author | Andrew Innes <andrewi@gnu.org> |
|---|---|
| date | Mon, 27 Nov 2000 13:00:29 +0000 |
| parents | 70dd1b38f43e |
| children | 9d0586dac8a8 |
line wrap: on
line diff
--- a/lisp/makefile.nt Mon Nov 27 12:30:50 2000 +0000 +++ b/lisp/makefile.nt Mon Nov 27 13:00:29 2000 +0000 @@ -159,6 +159,8 @@ TAGS-LISP: $(lispsource)$(lisptagsfiles1) $(lispsource)$(lisptagsfiles2) $(ETAGS) -o TAGS-LISP $(lispsource)$(lisptagsfiles1) $(lispsource)$(lisptagsfiles2) +.SUFFIXES: .elc .el + .el.elc: -$(emacs) -f batch-byte-compile $<
