aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-05-10 22:00:57 +0000
committerSam James <sam@gentoo.org>2022-05-10 22:00:57 +0000
commit76acb7896fcf400c444456decd170f398a75c6b2 (patch)
tree5b10e2ca8dc42621427ce2443efb54d62b2756b3
parentMakefile.gpyutils: try harder to add Python 3.11 (diff)
downloadqa-scripts-76acb7896fcf400c444456decd170f398a75c6b2.tar.gz
qa-scripts-76acb7896fcf400c444456decd170f398a75c6b2.tar.bz2
qa-scripts-76acb7896fcf400c444456decd170f398a75c6b2.zip
Makefile.gpyutils: fix typo
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--Makefile.gpyutils2
1 files changed, 1 insertions, 1 deletions
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 > $@.new
mv $@.new $@
-$(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 > $@.new
mv $@.new $@