From 8dcd06fc5a8a6d03d5625d192a9284cd4c3d8d2f Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Mon, 31 Aug 2009 14:46:07 +0000 Subject: Issue #6297: Add autogenerated Misc/python.pc file to make distclean target. Thanks Jerry Chen. --- Makefile.pre.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' \ -- cgit v0.12