fix make include setup in configure for Racket CS

Relevant to #2669
This commit is contained in:
Matthew Flatt 2019-05-31 06:44:07 -06:00
parent daba5db44a
commit a4545594f6
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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