diff options
author | Xiang Zhang <angwerzx@126.com> | 2017-05-09 02:32:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-09 02:32:13 (GMT) |
commit | fa5abac1e6cd74979557d5a6f960a55f40a10b0e (patch) | |
tree | c9d02cfd0a7c0796eff31eb561b9b5d4d1e0c3df /Makefile.pre.in | |
parent | cc3fa204d357be5fafc10eb8c2a80fe0bca998f1 (diff) | |
download | cpython-fa5abac1e6cd74979557d5a6f960a55f40a10b0e.zip cpython-fa5abac1e6cd74979557d5a6f960a55f40a10b0e.tar.gz cpython-fa5abac1e6cd74979557d5a6f960a55f40a10b0e.tar.bz2 |
bpo-30289: remove Misc/python-config.sh when make distclean (#1498)
Diffstat (limited to 'Makefile.pre.in')
-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 c40a198..1ba52e7 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1627,7 +1627,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 |