summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2022-04-24 10:50:03 -0400
committerPaul Smith <psmith@gnu.org>2022-04-24 13:48:03 -0400
commit5b1e871d2dfc9195ad10b856b239211bd2972ee9 (patch)
tree944427c4bb2b22aab97015ee370bb3b06fc6e0f2 /Makefile.am
parent2da3bb46f28b686da447a3c2cff728a0f21edaf6 (diff)
downloadmake-git-5b1e871d2dfc9195ad10b856b239211bd2972ee9.tar.gz
* Makefile.am (check-regression): Rename jhelp to thelp
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4d78c746..8ddfc0e6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -169,7 +169,7 @@ check-regression: tests/config-flags.pm
*) test -d tests || mkdir tests; \
rm -f srctests; \
if ln -s '$(top_srcdir)/tests' srctests; then \
- for f in run_make_tests run_make_tests.pl test_driver.pl scripts jhelp.pl; do \
+ for f in run_make_tests run_make_tests.pl test_driver.pl scripts thelp.pl; do \
rm -f tests/$$f; ln -s ../srctests/$$f tests; \
done; fi ;; \
esac; \