aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond2014-10-25 15:53:26 -0400
committerEric S. Raymond2014-10-25 15:53:26 -0400
commitfe133ac02fff4bca158aeebf799779798866736f (patch)
tree06584fc98514e47ce60afbd8e6edbd4648a81283
parent08072a468b7e0333bc7d45d5c01ee08575a64b00 (diff)
downloademacs-fe133ac02fff4bca158aeebf799779798866736f.tar.gz
emacs-fe133ac02fff4bca158aeebf799779798866736f.zip
Neutralize some production names specific to a repository type.
-rw-r--r--lisp/makefile.w32-in6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in
index cb2a1b4e4bb..08a4219ee6b 100644
--- a/lisp/makefile.w32-in
+++ b/lisp/makefile.w32-in
@@ -257,11 +257,11 @@ update-subdirs-SH: doit
257 257
258updates: $(lisp)/subdirs.el autoloads mh-autoloads finder-data custom-deps 258updates: $(lisp)/subdirs.el autoloads mh-autoloads finder-data custom-deps
259 259
260# This is useful after "bzr up". 260# This is useful after a repository fetch.
261bzr-update: recompile autoloads finder-data custom-deps 261repo-update: recompile autoloads finder-data custom-deps
262 262
263# For backwards compatibility: 263# For backwards compatibility:
264cvs-update: bzr-update 264cvs-update: repo-update
265 265
266# Update the AUTHORS file. 266# Update the AUTHORS file.
267 267