mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-21 04:14:32 +02:00
(wget-update): Add mkinstalldirs.
This commit is contained in:
@@ -282,7 +282,7 @@ $(get-targets):
|
||||
automake_repo=:pserver:anoncvs@anoncvs.cygnus.com:/cvs/automake
|
||||
.PHONY: wget-update
|
||||
wget-update: $(get-targets)
|
||||
for f in depcomp missing; do \
|
||||
for f in depcomp missing mkinstalldirs; do \
|
||||
test -f $$f || continue; \
|
||||
echo checking out $$f...; \
|
||||
$(CVS) -d $(automake_repo) co -p automake/lib/$$f > $$f.t \
|
||||
|
||||
Reference in New Issue
Block a user