# HG changeset patch # User Gerd Moellmann # Date 974801332 0 # Node ID 646b893652e6d33a250fdef09b6bf7b8fd9af572 # Parent c252d0b48ffe4b32c2e7d9cb9a4ec5dec8a541a5 (.SUFFIXES): Add .SUFFIXES. diff -r c252d0b48ffe -r 646b893652e6 lisp/Makefile.in --- a/lisp/Makefile.in Tue Nov 21 08:49:33 2000 +0000 +++ b/lisp/Makefile.in Tue Nov 21 10:08:52 2000 +0000 @@ -131,6 +131,8 @@ TAGS-LISP: $(lisptagsfiles1) $(lisptagsfiles2) ${ETAGS} -o TAGS-LISP $(lisptagsfiles1) $(lisptagsfiles2) +.SUFFIXES: .elc .el + .el.elc: subdirs.el -$(emacs) -f batch-byte-compile $<