aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-07-06 00:29:43 -0700
committerGlenn Morris2012-07-06 00:29:43 -0700
commita358bac20f90ddbcb46304c77322f07323b9b25d (patch)
tree8cb08d7dffb3e1bc93330405f41518bd179809e8
parent938d1f57c32d5d5331a6dd08c97b09b1821cdea1 (diff)
downloademacs-a358bac20f90ddbcb46304c77322f07323b9b25d.tar.gz
emacs-a358bac20f90ddbcb46304c77322f07323b9b25d.zip
* lisp/Makefile.in: Comment
-rw-r--r--lisp/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 9640fc27414..6b96a53826f 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -189,6 +189,10 @@ updates: update-subdirs autoloads finder-data custom-deps
189 189
190# This is useful after "bzr up"; but it doesn't do anything that a 190# This is useful after "bzr up"; but it doesn't do anything that a
191# plain "make" at top-level doesn't. 191# plain "make" at top-level doesn't.
192# The only difference between this and this directory's "all" rule
193# is that this runs "autoloads" as well (because it uses "compile"
194# rather than "compile-main"). In a bootstrap, $(lisp) in src/Makefile
195# triggers this directory's autoloads rule.
192bzr-update: compile finder-data custom-deps 196bzr-update: compile finder-data custom-deps
193 197
194# Update the AUTHORS file. 198# Update the AUTHORS file.