mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
remove Modules/Makefile on distclean
This commit is contained in:
parent
57855b177f
commit
e7abf4e2c3
1 changed files with 1 additions and 0 deletions
|
|
@ -259,6 +259,7 @@ distclean: clobber
|
|||
-$(MAKE) -f $(srcdir)/Makefile.in \
|
||||
SUBDIRS="$(SUBDIRSTOO)" clobber
|
||||
-rm -f config.status config.log config.cache config.h Makefile
|
||||
-rm -f Modules/Makefile
|
||||
-for i in $(SUBDIRS) $(SUBDIRSTOO); do \
|
||||
for f in $$i/*.in; do \
|
||||
f=`basename "$$f" .in`; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue