diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/build/companion_libs/mpfr.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/companion_libs/mpfr.sh b/scripts/build/companion_libs/mpfr.sh index 7787d8c8..1c14c678 100644 --- a/scripts/build/companion_libs/mpfr.sh +++ b/scripts/build/companion_libs/mpfr.sh @@ -34,7 +34,7 @@ do_mpfr_extract() { CT_Pushd "${CT_SRC_DIR}/mpfr-${CT_MPFR_VERSION}" if [ ! -f .autoreconf.ct-ng ]; then CT_DoLog DEBUG "Running autoreconf" - CT_DoExecLog ALL autoreconf + CT_DoExecLog ALL autoreconf -fi touch .autoreconf.ct-ng fi CT_Popd |