* Makefile.maint: Sync with Autoconf:

(local_updates): New.
This commit is contained in:
Akim Demaille
2002-11-12 17:50:21 +00:00
parent 05291fbc74
commit cc13ba4dc0
2 changed files with 20 additions and 56 deletions

View File

@@ -281,7 +281,8 @@ move_if_change ?= move-if-change
# --------------------- #
.PHONY: update
update: wget-update cvs-update po-update
local_updates ?= wget-update cvs-update po-update
update: $(local_updates)
# ------------------- #