From 49d1716c1163286a1c46f1101e6e614a793a4ce0 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 21 May 2001 05:49:42 +0000 Subject: (wget-update): depcomp and missing are now in automake's lib/ subdirectory. --- Makefile.maint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.maint b/Makefile.maint index 295c8975f..2de941ddc 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -165,7 +165,7 @@ wget-update: done for f in depcomp missing; do \ echo checking out $$f...; \ - cvs -d $(automake_repo) co -p automake/$$f > t$$$$ \ + cvs -d $(automake_repo) co -p automake/lib/$$f > t$$$$ \ && mv t$$$$ $$f; \ done -- cgit v1.2.3-54-g00ecf