diff options
-rw-r--r-- | .bzrignore | 1 | ||||
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .hgignore | 1 | ||||
-rw-r--r-- | Makefile.pre.in | 2 |
4 files changed, 1 insertions, 4 deletions
@@ -33,7 +33,6 @@ Modules/Setup.local Modules/config.c Modules/ld_so_aix Parser/pgen -Parser/pgen.stamp Lib/test/data/* Lib/lib2to3/Grammar*.pickle Lib/lib2to3/PatternGrammar*.pickle @@ -32,7 +32,6 @@ PCbuild/*.o PCbuild/*.pdb PCbuild/Win32-temp-* Parser/pgen -Parser/pgen.stamp __pycache__ autom4te.cache build/ @@ -32,7 +32,6 @@ Modules/Setup.local Modules/config.c Modules/ld_so_aix$ Parser/pgen$ -Parser/pgen.stamp$ PCbuild/amd64/ ^core ^python-gdb.py diff --git a/Makefile.pre.in b/Makefile.pre.in index 9c75e3b..a77b8b4 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1351,7 +1351,7 @@ profile-removal: clobber: clean profile-removal -rm -f $(BUILDPYTHON) $(PGEN) $(LIBRARY) $(LDLIBRARY) $(DLLLIBRARY) \ - tags TAGS Parser/pgen.stamp \ + tags TAGS \ config.cache config.log pyconfig.h Modules/config.c -rm -rf build platform -rm -rf $(PYTHONFRAMEWORKDIR) |