parent
daba5db44a
commit
a4545594f6
2
racket/src/cs/c/configure
vendored
2
racket/src/cs/c/configure
vendored
|
@ -4352,7 +4352,7 @@ fi
|
|||
|
||||
if test "$INCLUDEDEP" = "#" ; then
|
||||
is_gmake=`make -v no-such-target-we-hope 2>&1 | grep "GNU Make"`
|
||||
if test "$is_gmake" = "" ; then
|
||||
if test "$is_gmake" != "" ; then
|
||||
INCLUDEDEP="-include"
|
||||
fi
|
||||
fi
|
||||
|
|
|
@ -431,7 +431,7 @@ m4_include(../ac/ubsan.m4)
|
|||
|
||||
if test "$INCLUDEDEP" = "#" ; then
|
||||
is_gmake=`make -v no-such-target-we-hope 2>&1 | grep "GNU Make"`
|
||||
if test "$is_gmake" = "" ; then
|
||||
if test "$is_gmake" != "" ; then
|
||||
INCLUDEDEP="-include"
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user