diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2019-07-23 16:11:50 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2019-07-23 16:11:50 (GMT) |
commit | 387c3c5a04bc62cfa7c9dabe206ba2c582a71c05 (patch) | |
tree | ce1b2613f126a48a27c93f52dc6039591e9470ec /Makefile.pre.in | |
parent | 7123ea009b0b004062d91f69859bddf422c34ab4 (diff) | |
download | cpython-387c3c5a04bc62cfa7c9dabe206ba2c582a71c05.zip cpython-387c3c5a04bc62cfa7c9dabe206ba2c582a71c05.tar.gz cpython-387c3c5a04bc62cfa7c9dabe206ba2c582a71c05.tar.bz2 |
bpo-37653: Fix libinstall target in Makefile (GH-14911)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 0 insertions, 2 deletions
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 @@ 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) ;; \ *~) ;; \ *) \ |