diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2019-07-23 18:11:50 +0200 |
---|---|---|
committer | Ned Deily <nad@python.org> | 2019-07-23 18:11:50 +0200 |
commit | 387c3c5a04bc62cfa7c9dabe206ba2c582a71c05 (patch) | |
tree | ce1b2613f126a48a27c93f52dc6039591e9470ec | |
parent | 7123ea009b0b004062d91f69859bddf422c34ab4 (diff) | |
download | cpython-git-387c3c5a04bc62cfa7c9dabe206ba2c582a71c05.tar.gz |
bpo-37653: Fix libinstall target in Makefile (GH-14911)
-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 dd267b483a..363a4eb9d2 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) ;; \ *~) ;; \ *) \ |