From: Xiang Zhang Date: Tue, 9 May 2017 02:56:30 +0000 (+0800) Subject: bpo-30289: remove Misc/python-config.sh when make distclean (#1498) (#1506) X-Git-Tag: v3.6.2rc1~170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=410d75ab71e2db0fdc8b2016600a3d3d4830f38e;p=python bpo-30289: remove Misc/python-config.sh when make distclean (#1498) (#1506) --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 6e3a82f95d..2e4dd3b3ce 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1630,7 +1630,8 @@ distclean: clobber done -rm -f core Makefile Makefile.pre config.status \ Modules/Setup Modules/Setup.local Modules/Setup.config \ - Modules/ld_so_aix Modules/python.exp Misc/python.pc + Modules/ld_so_aix Modules/python.exp Misc/python.pc \ + Misc/python-config.sh -rm -f python*-gdb.py # Issue #28258: set LC_ALL to avoid issues with Estonian locale. # Expansion is performed here by shell (spawned by make) itself before