From c60968929e162374db536d3d1e8037808b3895ce Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Thu, 27 Feb 2003 23:19:46 +0000 Subject: [PATCH] In make clobber also clean out the Python.framework. --- Makefile.pre.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index ae54905a458..b36c6f3ad45 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -916,6 +916,7 @@ clobber: clean tags TAGS \ config.cache config.log pyconfig.h Modules/config.c -rm -rf build platform + -rm -rf $(PYTHONFRAMEWORKDIR) # Make things extra clean, before making a distribution: # remove all generated files, even Makefile[.pre]