From 387c3c5a04bc62cfa7c9dabe206ba2c582a71c05 Mon Sep 17 00:00:00 2001 From: Erlend Egeberg Aasland Date: Tue, 23 Jul 2019 18:11:50 +0200 Subject: [PATCH] bpo-37653: Fix libinstall target in Makefile (GH-14911) --- Makefile.pre.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index dd267b483a2..363a4eb9d2c 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1432,8 +1432,6 @@ libinstall: build_all $(srcdir)/Modules/xxmodule.c *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) ;; \ *~) ;; \ *) \