?!HANDLE-EXEEXT? $(1))))
?HANDLE-EXEEXT? $(patsubst %$(EXEEXT),%,$(1)))))
-am__recheck_rx = ^[ ]*:recheck:[ ]*
+am.test-suite.rx.recheck = ^[ ]*:recheck:[ ]*
am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
am.test-suite.rx.result = ^[ ]*:test-result:[ ]*
am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
recheck = 0; \
break; \
} \
- else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
+ else if (line ~ /$(am.test-suite.rx.recheck)[nN][Oo]/) \
## A directive explicitly specifying the test is *not* to be re-run.
{ \
recheck = 0; \
break; \
} \
- else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
+ else if (line ~ /$(am.test-suite.rx.recheck)[yY][eE][sS]/) \
{ \
## A directive explicitly specifying the test *is* to be re-run.
break; \