Now that we run `check/foo.exp` instead of `check/./foo.exp`,
update the config/ & lib/ exceptions to cover both paths.
Bug: https://sourceware.org/PR29596
# Ignore dirs that only contain configuration settings.
check/./config/%.exp: ; @true
+check/config/%.exp: ; @true
check/./lib/%.exp: ; @true
+check/lib/%.exp: ; @true
check/%.exp:
$(AM_V_at)mkdir -p testsuite/$*
# Ignore dirs that only contain configuration settings.
check/./config/%.exp: ; @true
+check/config/%.exp: ; @true
check/./lib/%.exp: ; @true
+check/lib/%.exp: ; @true
check/%.exp:
$(AM_V_at)mkdir -p testsuite/$*