From 67292de0e257033c9276cbe53a6d504dc67eaf89 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 21 Nov 2000 10:08:52 +0000 Subject: [PATCH] (.SUFFIXES): Add .SUFFIXES. --- lisp/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 3d5bc5537ab..94a4c478cb6 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -131,6 +131,8 @@ TAGS: $(lisptagsfiles1) $(lisptagsfiles2) TAGS-LISP: $(lisptagsfiles1) $(lisptagsfiles2) ${ETAGS} -o TAGS-LISP $(lisptagsfiles1) $(lisptagsfiles2) +.SUFFIXES: .elc .el + .el.elc: subdirs.el -$(emacs) -f batch-byte-compile $< -- 2.39.2