summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-08-31 14:46:07 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-08-31 14:46:07 (GMT)
commit8dcd06fc5a8a6d03d5625d192a9284cd4c3d8d2f (patch)
treed3427ebe05b3b5310778dad09bce32c365e711d8 /Makefile.pre.in
parent4ea46a66148be1c41ee401d3695383ba8c7b0d0a (diff)
downloadcpython-8dcd06fc5a8a6d03d5625d192a9284cd4c3d8d2f.zip
cpython-8dcd06fc5a8a6d03d5625d192a9284cd4c3d8d2f.tar.gz
cpython-8dcd06fc5a8a6d03d5625d192a9284cd4c3d8d2f.tar.bz2
Issue #6297: Add autogenerated Misc/python.pc file to make distclean target. Thanks Jerry Chen.
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 3b31f4c..8d6cfdc 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1176,7 +1176,8 @@ clobber: clean profile-removal
distclean: clobber
-rm -f Lib/test/data/*
-rm -f core Makefile Makefile.pre config.status \
- Modules/Setup Modules/Setup.local Modules/Setup.config
+ Modules/Setup Modules/Setup.local Modules/Setup.config \
+ Misc/python.pc
find $(srcdir) '(' -name '*.fdc' -o -name '*~' \
-o -name '[@,#]*' -o -name '*.old' \
-o -name '*.orig' -o -name '*.rej' \