From 60198fc97941a550ad74b3c9c4065d7902116cd8 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 5 Jul 2012 21:31:54 -0400 Subject: [PATCH] * lisp/Makefile.in (cvs-update): Remove old alias. --- lisp/ChangeLog | 4 ++++ lisp/Makefile.in | 7 +++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index adb14d5c75e..f3aa2953328 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-07-06 Glenn Morris + + * Makefile.in (cvs-update): Remove old alias. + 2012-07-05 Michael Albinus Sync with Tramp 2.2.6-pre. diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 6140b4fe953..d61988b333d 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -186,14 +186,13 @@ update-subdirs: doit $(top_srcdir)/build-aux/update-subdirs $$file; \ done; +# Some modes of make-dist use this. updates: update-subdirs autoloads finder-data custom-deps -# This is useful after "bzr up". +# 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 -# For backwards compatibility: -cvs-update: bzr-update - # Update the AUTHORS file. update-authors: -- 2.11.4.GIT