diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-08-31 14:52:10 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-08-31 14:52:10 (GMT) |
commit | 9b3d5579178d0ad8096339f87cde2970766105a5 (patch) | |
tree | a544093944fc5606ada9b7986206b8481a343cb2 /Makefile.pre.in | |
parent | d95863f6f310d1ac207570da1648370bb19c32d3 (diff) | |
download | cpython-9b3d5579178d0ad8096339f87cde2970766105a5.zip cpython-9b3d5579178d0ad8096339f87cde2970766105a5.tar.gz cpython-9b3d5579178d0ad8096339f87cde2970766105a5.tar.bz2 |
Merged revisions 74604 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r74604 | mark.dickinson | 2009-08-31 15:46:07 +0100 (Mon, 31 Aug 2009) | 1 line
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.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 74afc54..fedcde5 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1184,7 +1184,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' \ |