diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 03deb06978e..65cd76c8847 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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) diff --git a/Makefile.in b/Makefile.in index fb361001f7a..7bfa7900828 100644 --- a/Makefile.in +++ b/Makefile.in @@ -280,7 +280,7 @@ epaths-force: FRC -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. |