There was an error while loading. Please reload this page.
make distclean
1 parent 14f0b51 commit 193431cCopy full SHA for 193431c
1 file changed
Makefile.pre.in
@@ -3302,7 +3302,9 @@ clobber: clean
3302
.PHONY: distclean
3303
distclean: clobber docclean
3304
for file in $(srcdir)/Lib/test/data/* ; do \
3305
- if test "$$file" != "$(srcdir)/Lib/test/data/README"; then rm "$$file"; fi; \
+ if test "$$file" != "$(srcdir)/Lib/test/data/README" \
3306
+ -a "$$file" != "$(srcdir)/Lib/test/data/NormalizationTest-3.2.0.txt"; \
3307
+ then rm "$$file"; fi; \
3308
done
3309
-rm -f core Makefile Makefile.pre config.status Modules/Setup.local \
3310
Modules/Setup.bootstrap Modules/Setup.stdlib \
0 commit comments