From e51f50efcd4ce2a84805400c8fbcd2d2353e5094 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 20 May 1997 19:38:31 +0000 Subject: [PATCH] (dontcompilefiles): Add list of files that should not be byte-compiled. --- lisp/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lisp/Makefile b/lisp/Makefile index 80cb5c41356..239d207722b 100644 --- a/lisp/Makefile +++ b/lisp/Makefile @@ -5,6 +5,11 @@ EMACS = emacs SOURCES = *.el COPYING Makefile lisptagsfiles = [a-zA-Z]*.el */[a-zA-Z]*.el +dontcompilefiles: bindings.el blessmail.el bruce.el cus-load.el cus-start.el +dontcompilefiles: forms-d2.el forms-pass.el i3-syntax.el iso-syntax.el +dontcompilefiles: loaddefs.el loadup.el mule-conf.el patcomp.el +dontcompilefiles: paths.el sc.el subdirs.el term-nasty.el version.el + doit: custom-deps: doit -- 2.39.5