mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-24 12:58:39 +00:00
* Makefile.am (check-regression): Rename jhelp to thelp
This commit is contained in:
parent
2da3bb46f2
commit
5b1e871d2d
1 changed files with 1 additions and 1 deletions
|
@ -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; \
|
||||
|
|
Loading…
Reference in a new issue