# HG changeset patch # User Romain Francoise # Date 1162651674 0 # Node ID 6211df1931217f12658386c2b1e7426482480770 # Parent dbad5ab7f084431031818098fe3d20599d89e498 Fix typo. diff -r dbad5ab7f084 -r 6211df193121 ChangeLog --- 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 (tiny change) diff -r dbad5ab7f084 -r 6211df193121 Makefile.in --- 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.