summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Francoise <romain@orebokech.com>2006-11-04 14:47:54 +0000
committerRomain Francoise <romain@orebokech.com>2006-11-04 14:47:54 +0000
commit9a698d2e584cad746d73af36851bc32d76c3f958 (patch)
tree9fab651689a83b212a54cc61ad9c51625c390949
parentc38d01fb87ad05a0d90f902ce0231338584ca9c1 (diff)
downloademacs-9a698d2e584cad746d73af36851bc32d76c3f958.tar.gz
Fix typo.
-rw-r--r--ChangeLog1
-rw-r--r--Makefile.in2
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.