From: Jim Meyering Date: Sat, 29 Sep 2001 06:49:25 +0000 (+0000) Subject: (wget-update): Add mkinstalldirs. X-Git-Tag: TEXTUTILS-2_0_16~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=900acbdbcbf5dde200e496ff2e9d536735aca2ab;p=thirdparty%2Fcoreutils.git (wget-update): Add mkinstalldirs. --- diff --git a/Makefile.maint b/Makefile.maint index 4ebc97f645..4904ff4190 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -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 \