Skip to content

Commit fa5abac

Browse files
authored
bpo-30289: remove Misc/python-config.sh when make distclean (#1498)
1 parent cc3fa20 commit fa5abac

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
@@ -1627,7 +1627,8 @@ distclean: clobber
16271627
done
16281628
-rm -f core Makefile Makefile.pre config.status \
16291629
Modules/Setup Modules/Setup.local Modules/Setup.config \
1630-
Modules/ld_so_aix Modules/python.exp Misc/python.pc
1630+
Modules/ld_so_aix Modules/python.exp Misc/python.pc \
1631+
Misc/python-config.sh
16311632
-rm -f python*-gdb.py
16321633
# Issue #28258: set LC_ALL to avoid issues with Estonian locale.
16331634
# Expansion is performed here by shell (spawned by make) itself before

0 commit comments

Comments
 (0)