diff options
author | Xiang Zhang <angwerzx@126.com> | 2017-05-09 02:56:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-09 02:56:30 (GMT) |
commit | 410d75ab71e2db0fdc8b2016600a3d3d4830f38e (patch) | |
tree | a12a3be7dd876b2b5af16ec1e41237a5e746c0b0 | |
parent | 70dc6a7a0b7f104d87512556fca242c2ca96a010 (diff) | |
download | cpython-410d75ab71e2db0fdc8b2016600a3d3d4830f38e.zip cpython-410d75ab71e2db0fdc8b2016600a3d3d4830f38e.tar.gz cpython-410d75ab71e2db0fdc8b2016600a3d3d4830f38e.tar.bz2 |
bpo-30289: remove Misc/python-config.sh when make distclean (#1498) (#1506)
-rw-r--r-- | Makefile.pre.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 6e3a82f..2e4dd3b 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 |