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