summaryrefslogtreecommitdiff
path: root/m4/make.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/make.m4')
-rw-r--r--m4/make.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/make.m4 b/m4/make.m4
index 38104717d..c5a02dd3a 100644
--- a/m4/make.m4
+++ b/m4/make.m4
@@ -13,7 +13,7 @@ AC_MSG_CHECKING([for style of include used by $am_make])
_am_include='#'
for am_inc in include .include; do
echo "$am_inc confinc" > confmf
- if test "`$am_make -f confmf 2> /dev/null`" = "done"; then
+ if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
_am_include=$am_inc
break
fi