]> granicus.if.org Git - python/commitdiff
Merged revisions 74604 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Mon, 31 Aug 2009 14:52:10 +0000 (14:52 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Mon, 31 Aug 2009 14:52:10 +0000 (14:52 +0000)
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.
........

Makefile.pre.in

index 74afc54d828b13460c0ad82a91545842af2711ca..fedcde5f0c45c4a8da15c1ef64e43c91dfedc420 100644 (file)
@@ -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' \