Skip to content

Commit 193431c

Browse files
committed
Preserve Lib/test/data/NormalizationTest-3.2.0.txt in make distclean
1 parent 14f0b51 commit 193431c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile.pre.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3302,7 +3302,9 @@ clobber: clean
33023302
.PHONY: distclean
33033303
distclean: clobber docclean
33043304
for file in $(srcdir)/Lib/test/data/* ; do \
3305-
if test "$$file" != "$(srcdir)/Lib/test/data/README"; then rm "$$file"; fi; \
3305+
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; \
33063308
done
33073309
-rm -f core Makefile Makefile.pre config.status Modules/Setup.local \
33083310
Modules/Setup.bootstrap Modules/Setup.stdlib \

0 commit comments

Comments
 (0)