summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index dcfb3ec8a613..face6c2c4108 100644
--- a/configure.in
+++ b/configure.in
@@ -3654,7 +3654,7 @@ if test "$_make_longver" -ge "038200"; then
elif test "$_make_longver" -ge "038100"; then
AC_MSG_RESULT([$GNUMAKE $_make_version])
AC_MSG_CHECKING([for GNU make bug 20033])
- TESTGMAKEBUG20033=`mktemp -d`
+ TESTGMAKEBUG20033=`mktemp -d tmp.XXXXXX`
cat > $TESTGMAKEBUG20033/Makefile << EOF
A := \$(wildcard *.a)