]> code.delx.au - gnu-emacs/blobdiff - lisp/Makefile.in
Merge from emacs-24; up to 117656
[gnu-emacs] / lisp / Makefile.in
index b8b03a4736204379e6f7f0c59b1a0ce13b24df79..84d92c21e7b010be189727c0dddd9481fcbe2876 100644 (file)
@@ -201,12 +201,12 @@ update-subdirs:
 # Some modes of make-dist use this.
 updates: update-subdirs autoloads finder-data custom-deps
 
-# This is useful after a repostiory fetch; but it doesn't do anything that a
-# plain "make" at top-level doesn't.
-# The only difference between this and this directory's "all" rule
-# is that this runs "autoloads" as well (because it uses "compile"
-# rather than "compile-main").  In a bootstrap, $(lisp) in src/Makefile
-# triggers this directory's autoloads rule.
+# This is useful after updating from the repository; but it doesn't do
+# anything that a plain "make" at top-level doesn't.  The only
+# difference between this and this directory's "all" rule is that this
+# runs "autoloads" as well (because it uses "compile" rather than
+# "compile-main").  In a bootstrap, $(lisp) in src/Makefile triggers
+# this directory's autoloads rule.
 repo-update: compile finder-data custom-deps
 
 # Update the AUTHORS file.