diff options
| author | Eric S. Raymond | 2014-10-25 15:53:26 -0400 |
|---|---|---|
| committer | Eric S. Raymond | 2014-10-25 15:53:26 -0400 |
| commit | fe133ac02fff4bca158aeebf799779798866736f (patch) | |
| tree | 06584fc98514e47ce60afbd8e6edbd4648a81283 | |
| parent | 08072a468b7e0333bc7d45d5c01ee08575a64b00 (diff) | |
| download | emacs-fe133ac02fff4bca158aeebf799779798866736f.tar.gz emacs-fe133ac02fff4bca158aeebf799779798866736f.zip | |
Neutralize some production names specific to a repository type.
| -rw-r--r-- | lisp/makefile.w32-in | 6 |
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 | ||
| 258 | updates: $(lisp)/subdirs.el autoloads mh-autoloads finder-data custom-deps | 258 | updates: $(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. |
| 261 | bzr-update: recompile autoloads finder-data custom-deps | 261 | repo-update: recompile autoloads finder-data custom-deps |
| 262 | 262 | ||
| 263 | # For backwards compatibility: | 263 | # For backwards compatibility: |
| 264 | cvs-update: bzr-update | 264 | cvs-update: repo-update |
| 265 | 265 | ||
| 266 | # Update the AUTHORS file. | 266 | # Update the AUTHORS file. |
| 267 | 267 | ||