From: Erlend Egeberg Aasland Date: Tue, 23 Jul 2019 16:11:50 +0000 (+0200) Subject: bpo-37653: Fix libinstall target in Makefile (GH-14911) X-Git-Tag: v3.9.0a1~987 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=387c3c5a04bc62cfa7c9dabe206ba2c582a71c05;p=thirdparty%2FPython%2Fcpython.git bpo-37653: Fix libinstall target in Makefile (GH-14911) --- diff --git a/Makefile.pre.in b/Makefile.pre.in index dd267b483a29..363a4eb9d2cb 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) ;; \ *~) ;; \ *) \