bpo-37653: Fix libinstall target in Makefile (GH-14911)

diff --git a/Makefile.pre.in b/Makefile.pre.in
index dd267b4..363a4eb 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1432,8 +1432,6 @@
 			*CVS) ;; \
 			*.py[co]) ;; \
 			*.orig) ;; \
-			# bpo-37468: Don't install distutils/command/wininst-*.exe files used \
-			# by distutils bdist_wininst: bdist_wininst only works on Windows. \
 			*wininst-*.exe) ;; \
 			*~) ;; \
 			*) \