diff --git a/maintMakefile b/maintMakefile index 5e8800c0..c99a585a 100644 --- a/maintMakefile +++ b/maintMakefile @@ -265,7 +265,7 @@ $(CONFIG_CHECKS): checkcfg.%: distdir exec >>'checkcfg.$*.log' 2>&1; set -x; \ cd $(distdir)/_build \ && ./build.sh \ - && ./make $(AM_MAKEFLAGS) check \ + && ./make $(AM_MAKEFLAGS) check-local \ && ./make $(AM_MAKEFLAGS) clean exec >>'checkcfg.$*.log' 2>&1; set -x; \ cd $(distdir)/_build \