summaryrefslogtreecommitdiff
path: root/lisp/Makefile.in
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-07-06 00:06:13 -0700
committerGlenn Morris <rgm@gnu.org>2012-07-06 00:06:13 -0700
commit211b896bb076174d325604d886d7dc043f89ca14 (patch)
tree90e037dd90e7e57f74beac2fd857437917a5037a /lisp/Makefile.in
parent4737eec9d737a2d374454095f9400b24769af39c (diff)
downloademacs-211b896bb076174d325604d886d7dc043f89ca14.tar.gz
* lisp/Makefile.in (bzr-update): Use "compile".
It is the same as "recompile autoloads", but parallelizable.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r--lisp/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index d61988b333d..9221ca39168 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -191,7 +191,7 @@ updates: update-subdirs autoloads finder-data custom-deps
# This is useful after "bzr up"; but it doesn't do anything that a
# plain "make" at top-level doesn't.
-bzr-update: recompile autoloads finder-data custom-deps
+bzr-update: compile finder-data custom-deps
# Update the AUTHORS file.