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.
2 parents 1631b9b + f847186 commit 1969e01Copy full SHA for 1969e01
1 file changed
Makefile.pre.in
@@ -1533,8 +1533,8 @@ clobber: clean profile-removal
1533
# remove all generated files, even Makefile[.pre]
1534
# Keep configure and Python-ast.[ch], it's possible they can't be generated
1535
distclean: clobber
1536
- for file in Lib/test/data/* ; do \
1537
- if test "$$file" != "Lib/test/data/README"; then rm "$$file"; fi; \
+ for file in $(srcdir)/Lib/test/data/* ; do \
+ if test "$$file" != "$(srcdir)/Lib/test/data/README"; then rm "$$file"; fi; \
1538
done
1539
-rm -f core Makefile Makefile.pre config.status \
1540
Modules/Setup Modules/Setup.local Modules/Setup.config \
0 commit comments