From 42c615aec03961abce3d3df2767454bdd9d7f822 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 7 May 2002 06:08:37 +0000 Subject: [PATCH] Don't say *.elc files cannot be regenerated. --- Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index e1ae9e8d395..a1c5fa178d1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -210,8 +210,7 @@ EMACS = `echo emacs | sed '$(TRANSFORM)'` EMACSFULL = `echo emacs-${version} | sed '$(TRANSFORM)'` # Subdirectories to make recursively. `lisp' is not included -# because the compiled lisp files are part of the distribution -# and you cannot remake them without installing Emacs first. +# because the compiled lisp files are part of the distribution. # leim is not included because it needs special handling. SUBDIR = lib-src src -- 2.39.5