Skip to content

Commit 410d75a

Browse files
authored
bpo-30289: remove Misc/python-config.sh when make distclean (#1498) (#1506)
1 parent 70dc6a7 commit 410d75a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.pre.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1630,7 +1630,8 @@ distclean: clobber
16301630
done
16311631
-rm -f core Makefile Makefile.pre config.status \
16321632
Modules/Setup Modules/Setup.local Modules/Setup.config \
1633-
Modules/ld_so_aix Modules/python.exp Misc/python.pc
1633+
Modules/ld_so_aix Modules/python.exp Misc/python.pc \
1634+
Misc/python-config.sh
16341635
-rm -f python*-gdb.py
16351636
# Issue #28258: set LC_ALL to avoid issues with Estonian locale.
16361637
# Expansion is performed here by shell (spawned by make) itself before

0 commit comments

Comments
 (0)