diff options
| author | Glenn Morris | 2010-05-20 18:43:44 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-20 18:43:44 -0700 |
| commit | 208ca65b6160096dff7558906f28afec526782a9 (patch) | |
| tree | 9b861f87d0e13e8d4e22f662625e5f42003460fe /src | |
| parent | d8ca3b11dee8e6f1ea09eb25628419571d7e3eea (diff) | |
| download | emacs-208ca65b6160096dff7558906f28afec526782a9.tar.gz emacs-208ca65b6160096dff7558906f28afec526782a9.zip | |
* src/Makefile.in: Comment fix.
Diffstat (limited to 'src')
| -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) \ | |||
| 609 | all: emacs${EXEEXT} $(OTHER_FILES) | 609 | all: emacs${EXEEXT} $(OTHER_FILES) |
| 610 | 610 | ||
| 611 | /* Does anyone ever pay attention to the load-path-shadows output here? */ | 611 | /* Does anyone ever pay attention to the load-path-shadows output here? */ |
| 612 | /* FIXME Add EXEEXT for load-path-shadows? */ | ||
| 613 | /* The dumped Emacs is as functional and more efficient than | 612 | /* The dumped Emacs is as functional and more efficient than |
| 614 | bootstrap-emacs, so we replace the latter with the former. */ | 613 | bootstrap-emacs, so we replace the latter with the former. */ |
| 615 | emacs${EXEEXT}: temacs${EXEEXT} ${etc}DOC ${lisp} | 614 | emacs${EXEEXT}: temacs${EXEEXT} ${etc}DOC ${lisp} |