summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2012-04-04 11:20:55 (GMT)
committerMatthias Klose <doko@ubuntu.com>2012-04-04 11:20:55 (GMT)
commit597e6b4cc5262b4c07a47da4d7421d51d609f470 (patch)
treed443a889d48702215d6b3db48657e33baa52e483 /Makefile.pre.in
parentebf37a2ffbe001f0b84cf90c76c747ede9dfd036 (diff)
downloadcpython-597e6b4cc5262b4c07a47da4d7421d51d609f470.zip
cpython-597e6b4cc5262b4c07a47da4d7421d51d609f470.tar.gz
cpython-597e6b4cc5262b4c07a47da4d7421d51d609f470.tar.bz2
Followup for issue #14321, remove references to Parser/pgen.stamp
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
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)