From 98c504073b52751913c84961b55fa29b6f654376 Mon Sep 17 00:00:00 2001 From: Eric Snow Date: Thu, 30 Sep 2021 20:00:56 -0600 Subject: [PATCH] Install the __phello__ package too. --- Makefile.pre.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 7ad634ac01162f..670887437360cc 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1544,7 +1544,8 @@ LIBSUBDIRS= asyncio \ wsgiref \ $(XMLLIBSUBDIRS) \ xmlrpc \ - zoneinfo + zoneinfo \ + __phello__ TESTSUBDIRS= ctypes/test \ distutils/tests \ idlelib/idle_test \