Skip to content

Commit

Permalink
remove Modules/Makefile on distclean
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed Sep 18, 1995
1 parent 57855b1 commit e7abf4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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`; \
Expand Down

0 comments on commit e7abf4e

Please sign in to comment.