comparison Makefile.in @ 45157:934e0958b5de

Don't say *.elc files cannot be regenerated.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 07 May 2002 06:08:37 +0000
parents 1441ddaec960
children 954cf2c45e73
comparison
equal deleted inserted replaced
45156:1557405e3933 45157:934e0958b5de
208 # What emacs should be called when installed. 208 # What emacs should be called when installed.
209 EMACS = `echo emacs | sed '$(TRANSFORM)'` 209 EMACS = `echo emacs | sed '$(TRANSFORM)'`
210 EMACSFULL = `echo emacs-${version} | sed '$(TRANSFORM)'` 210 EMACSFULL = `echo emacs-${version} | sed '$(TRANSFORM)'`
211 211
212 # Subdirectories to make recursively. `lisp' is not included 212 # Subdirectories to make recursively. `lisp' is not included
213 # because the compiled lisp files are part of the distribution 213 # because the compiled lisp files are part of the distribution.
214 # and you cannot remake them without installing Emacs first.
215 # leim is not included because it needs special handling. 214 # leim is not included because it needs special handling.
216 SUBDIR = lib-src src 215 SUBDIR = lib-src src
217 216
218 # The makefiles of the directories in $SUBDIR. 217 # The makefiles of the directories in $SUBDIR.
219 SUBDIR_MAKEFILES = lib-src/Makefile man/Makefile lispref/Makefile lispintro/Makefile src/Makefile oldXMenu/Makefile lwlib/Makefile leim/Makefile 218 SUBDIR_MAKEFILES = lib-src/Makefile man/Makefile lispref/Makefile lispintro/Makefile src/Makefile oldXMenu/Makefile lwlib/Makefile leim/Makefile