summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f74eb6..dc14177 100644
--- a/Makefile
+++ b/Makefile
@@ -167,7 +167,7 @@ DISTCHECK_CONFIG_release := --enable-release
${DISTCHECKS}::
@${MKDIR} $@
@+cd $@ \
- && ../configure ${DISTCHECK_CONFIG_${@:distcheck-%=%}} \
+ && ../configure MAKE="${MAKE}" ${DISTCHECK_CONFIG_${@:distcheck-%=%}} \
&& ${MAKE} check TEST_FLAGS="--sudo --verbose=skipped"
## Packaging (`make install`)