We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349a92e commit a3dbb59Copy full SHA for a3dbb59
Makefile.pre.in
@@ -3288,7 +3288,7 @@ clobber: clean
3288
# remove all generated files, even Makefile[.pre]
3289
# Keep configure and Python-ast.[ch], it's possible they can't be generated
3290
.PHONY: distclean
3291
-distclean: clobber docclean clean-jit-stencils
+distclean: clobber docclean
3292
for file in $(srcdir)/Lib/test/data/* ; do \
3293
if test "$$file" != "$(srcdir)/Lib/test/data/README"; then rm "$$file"; fi; \
3294
done
0 commit comments