From: Paul Smith Date: Sat, 11 Nov 2017 18:12:28 +0000 (-0500) Subject: * Makefile.am: Add jhelp.pl to remote test setup. X-Git-Tag: 4.2.90~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7e0dd98e430c3fb7f66b8cc30a1868353d214bd;p=thirdparty%2Fmake.git * Makefile.am: Add jhelp.pl to remote test setup. --- diff --git a/Makefile.am b/Makefile.am index d1bd50ef..86b1841e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -184,7 +184,7 @@ check-regression: tests/config-flags.pm *) test -d tests || mkdir tests; \ rm -f srctests; \ if ln -s '$(srcdir)/tests' srctests; then \ - for f in run_make_tests run_make_tests.pl test_driver.pl scripts; do \ + for f in run_make_tests run_make_tests.pl test_driver.pl scripts jhelp.pl; do \ rm -f tests/$$f; ln -s ../srctests/$$f tests; \ done; fi ;; \ esac; \