diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile index c1bb1efc476c..4a7e1683bb36 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -271,14 +271,14 @@ SUBDIR += pypy-devel SUBDIR += pypy3-devel SUBDIR += python - SUBDIR += python2 - SUBDIR += python3 SUBDIR += python-doc-html SUBDIR += python-doc-pdf-a4 SUBDIR += python-doc-pdf-letter SUBDIR += python-doc-text SUBDIR += python-mode.el + SUBDIR += python2 SUBDIR += python27 + SUBDIR += python3 SUBDIR += python31 SUBDIR += python32 SUBDIR += python33 |