summaryrefslogtreecommitdiff
path: root/Makefile.in
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 /Makefile.in
parentc38d01fb87ad05a0d90f902ce0231338584ca9c1 (diff)
downloademacs-9a698d2e584cad746d73af36851bc32d76c3f958.tar.gz
Fix typo.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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.