mirror of
https://github.com/python/cpython.git
synced 2026-01-22 15:18:52 +00:00
Issue #6297: Add autogenerated Misc/python.pc file to make distclean target. Thanks Jerry Chen.
This commit is contained in:
parent
4ea46a6614
commit
8dcd06fc5a
1 changed files with 2 additions and 1 deletions
|
|
@ -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' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue