summaryrefslogtreecommitdiff
path: root/Makefile.maint
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint2
1 files changed, 1 insertions, 1 deletions
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