[Python-checkins] bpo-37653: Fix libinstall target in Makefile (GH-14911)

Ned Deily webhook-mailer at python.org
Tue Jul 23 12:12:14 EDT 2019


https://github.com/python/cpython/commit/387c3c5a04bc62cfa7c9dabe206ba2c582a71c05
commit: 387c3c5a04bc62cfa7c9dabe206ba2c582a71c05
branch: master
author: Erlend Egeberg Aasland <erlend.aasland at innova.no>
committer: Ned Deily <nad at python.org>
date: 2019-07-23T18:11:50+02:00
summary:

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

files:
M Makefile.pre.in

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) ;; \
 			*~) ;; \
 			*) \



More information about the Python-checkins mailing list