summaryrefslogtreecommitdiff
path: root/maintMakefile
diff options
context:
space:
mode:
Diffstat (limited to 'maintMakefile')
-rw-r--r--maintMakefile2
1 files changed, 1 insertions, 1 deletions
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 \