Mercurial > emacs
changeset 73679:6211df193121
Fix typo.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Sat, 04 Nov 2006 14:47:54 +0000 |
parents | dbad5ab7f084 |
children | a171b46b168c |
files | ChangeLog Makefile.in |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat Nov 04 14:44:13 2006 +0000 +++ b/ChangeLog Sat Nov 04 14:47:54 2006 +0000 @@ -2,6 +2,7 @@ * Makefile.in (bootstrap-clean-before): Use new target `bootstrap-clean' in the leim subdirectory. + Fix typo. 2006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
--- a/Makefile.in Sat Nov 04 14:44:13 2006 +0000 +++ b/Makefile.in Sat Nov 04 14:47:54 2006 +0000 @@ -280,7 +280,7 @@ -e 's;/[*] *arch-tag:.*;/*;') && \ ${srcdir}/move-if-change epaths.h.$$$$ src/epaths.h -# For parallel make, src should be build before leim. +# For parallel make, src should be built before leim. # "export PARALLEL=0" is for SGI's Make, to prevent it from # running more than 1 process in the leim directory, especially for # the $TIT files there.