From: Paul Smith Date: Sun, 24 Apr 2022 14:50:03 +0000 (-0400) Subject: * Makefile.am (check-regression): Rename jhelp to thelp X-Git-Tag: 4.3.90~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b1e871d2dfc9195ad10b856b239211bd2972ee9;p=thirdparty%2Fmake.git * Makefile.am (check-regression): Rename jhelp to thelp --- 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; \