(.SUFFIXES): Add .SUFFIXES.

This commit is contained in:
Andrew Innes 2000-11-27 13:01:27 +00:00
parent b2a8e429ba
commit 49060c51af
3 changed files with 10 additions and 0 deletions

View file

@ -159,6 +159,8 @@ TAGS: $(lisptagsfiles1) $(lisptagsfiles2)
TAGS-LISP: $(lispsource)$(lisptagsfiles1) $(lispsource)$(lisptagsfiles2)
$(ETAGS) -o TAGS-LISP $(lispsource)$(lisptagsfiles1) $(lispsource)$(lisptagsfiles2)
.SUFFIXES: .elc .el
.el.elc:
-$(emacs) -f batch-byte-compile $<