From 88a297f3a221bcd4828cabfd9e345ef8b5f77310 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 25 Oct 2014 14:55:59 -0400 Subject: [PATCH] Neutralize names specific to a repository type. --- lisp/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 6f87c6da312..b8b03a47362 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -196,18 +196,18 @@ update-subdirs: $(srcdir)/../build-aux/update-subdirs $$file; \ done; -.PHONY: updates bzr-update update-authors +.PHONY: updates repo-update update-authors # Some modes of make-dist use this. updates: update-subdirs autoloads finder-data custom-deps -# This is useful after "bzr up"; but it doesn't do anything that a +# 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. -bzr-update: compile finder-data custom-deps +repo-update: compile finder-data custom-deps # Update the AUTHORS file. -- 2.11.4.GIT