commit: 76acb7896fcf400c444456decd170f398a75c6b2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 10 22:00:57 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 10 22:00:57 2022 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=76acb789
Makefile.gpyutils: fix typo
Signed-off-by: Sam James <sam <AT> gentoo.org>
Makefile.gpyutils | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.gpyutils b/Makefile.gpyutils
index 34d93af..3eaeba4 100644
--- a/Makefile.gpyutils
+++ b/Makefile.gpyutils
@@ -44,7 +44,7 @@ $(outdir)/310-to-311.txt: $(timestamp)
gpy-upgrade-impl -m python3_10 python3_11 > [email protected]
mv [email protected] $@
-$(outdir)/39-to-310-stablereq.txt: $(timestamp)
+$(outdir)/310-to-311-stablereq.txt: $(timestamp)
mkdir -p $(outdir)
gpy-upgrade-impl -m -s python3_10 python3_11 > [email protected]
mv [email protected] $@