diff options
author | Sam James <sam@gentoo.org> | 2022-05-10 22:00:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-10 22:00:57 +0000 |
commit | 76acb7896fcf400c444456decd170f398a75c6b2 (patch) | |
tree | 5b10e2ca8dc42621427ce2443efb54d62b2756b3 /Makefile.gpyutils | |
parent | Makefile.gpyutils: try harder to add Python 3.11 (diff) | |
download | qa-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>
Diffstat (limited to 'Makefile.gpyutils')
-rw-r--r-- | Makefile.gpyutils | 2 |
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 $@ |