remove Modules/Makefile on distclean

This commit is contained in:
Guido van Rossum 1995-09-18 22:12:20 +00:00
parent 57855b177f
commit e7abf4e2c3

View file

@ -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`; \