1
0
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:
Jim Meyering
2001-09-29 06:49:25 +00:00
parent 45d6772cfe
commit 900acbdbcb

View File

@@ -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 \