diff options
Diffstat (limited to 'make-bootstrap.sh.in')
| -rwxr-xr-x | make-bootstrap.sh.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make-bootstrap.sh.in b/make-bootstrap.sh.in index d4f3c0a39c89..c73a9cdcf967 100755 --- a/make-bootstrap.sh.in +++ b/make-bootstrap.sh.in @@ -20,7 +20,9 @@ MDEFS="-DMAKE_VERSION=\"$MAKE_VERSION\" \ -D@force_machine@MACHINE=\"@machine@\" \ -D@force_machine_arch@MACHINE_ARCH=\"@machine_arch@\" \ -D@force_make_os@MAKE_OS=\"@make_os@\" \ --D_PATH_DEFSYSPATH=\"${DEFAULT_SYS_PATH}\"" +-D_PATH_DEFSYSPATH=\"${DEFAULT_SYS_PATH}\" \ +-DMAKE_SAVE_DOLLARS_DEFAULT=\"@save_dollars@\" \ +" LDFLAGS="@LDFLAGS@" |
