diff options
author | Glenn Morris <rgm@gnu.org> | 2010-05-20 18:43:44 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-05-20 18:43:44 -0700 |
commit | 208ca65b6160096dff7558906f28afec526782a9 (patch) | |
tree | 9b861f87d0e13e8d4e22f662625e5f42003460fe /src/Makefile.in | |
parent | d8ca3b11dee8e6f1ea09eb25628419571d7e3eea (diff) | |
download | emacs-208ca65b6160096dff7558906f28afec526782a9.tar.gz |
* src/Makefile.in: Comment fix.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 091cd9fc2e8..625eebfad0b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -609,7 +609,6 @@ LIBES = $(LOADLIBES) $(LIBS) $(LIBX_BASE) $(LIBX_OTHER) $(LIBSOUND) \ all: emacs${EXEEXT} $(OTHER_FILES) /* Does anyone ever pay attention to the load-path-shadows output here? */ -/* FIXME Add EXEEXT for load-path-shadows? */ /* The dumped Emacs is as functional and more efficient than bootstrap-emacs, so we replace the latter with the former. */ emacs${EXEEXT}: temacs${EXEEXT} ${etc}DOC ${lisp} |