summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorXiang Zhang <angwerzx@126.com>2017-05-09 10:32:13 +0800
committerGitHub <noreply@github.com>2017-05-09 10:32:13 +0800
commitfa5abac1e6cd74979557d5a6f960a55f40a10b0e (patch)
treec9d02cfd0a7c0796eff31eb561b9b5d4d1e0c3df /Makefile.pre.in
parentcc3fa204d357be5fafc10eb8c2a80fe0bca998f1 (diff)
downloadcpython-git-fa5abac1e6cd74979557d5a6f960a55f40a10b0e.tar.gz
bpo-30289: remove Misc/python-config.sh when make distclean (#1498)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index c40a198101..1ba52e7c23 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