diff options
Diffstat (limited to 'make-bootstrap.sh.in')
-rwxr-xr-x | make-bootstrap.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-bootstrap.sh.in b/make-bootstrap.sh.in index 83336b47d5af8..a394272845864 100755 --- a/make-bootstrap.sh.in +++ b/make-bootstrap.sh.in @@ -13,7 +13,7 @@ esac CC="@CC@" CFLAGS="@CFLAGS@ -I. -I${srcdir} @DEFS@ @CPPFLAGS@ -DMAKE_NATIVE ${XDEFS} -DBMAKE_PATH_MAX=@bmake_path_max@" -MAKE_VERSION=`sed -n '/^_MAKE_VERSION=/s,.*=[^0-9]*,,p' $srcdir/Makefile` +MAKE_VERSION=@_MAKE_VERSION@ MDEFS="-DMAKE_VERSION=\"$MAKE_VERSION\" \ -D@force_machine@MACHINE=\"@machine@\" -DMACHINE_ARCH=\"@machine_arch@\" \ |