]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
remove Modules/Makefile on distclean
authorGuido van Rossum <guido@python.org>
Mon, 18 Sep 1995 22:12:20 +0000 (22:12 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 18 Sep 1995 22:12:20 +0000 (22:12 +0000)
Makefile.in

index 5765fa930685bb9b93fbd5aa969d13cc912837f4..8b0edf04ab2620e339252277e1905ce069b419b1 100644 (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`; \