Skip to content

Commit 387c3c5

Browse files
Erlend Egeberg Aaslandned-deily
authored andcommitted
bpo-37653: Fix libinstall target in Makefile (GH-14911)
1 parent 7123ea0 commit 387c3c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile.pre.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,8 +1432,6 @@ libinstall: build_all $(srcdir)/Modules/xxmodule.c
14321432
*CVS) ;; \
14331433
*.py[co]) ;; \
14341434
*.orig) ;; \
1435-
# bpo-37468: Don't install distutils/command/wininst-*.exe files used \
1436-
# by distutils bdist_wininst: bdist_wininst only works on Windows. \
14371435
*wininst-*.exe) ;; \
14381436
*~) ;; \
14391437
*) \

0 commit comments

Comments
 (0)