diff options
Diffstat (limited to 'libobjc')
-rwxr-xr-x | libobjc/configure | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libobjc/configure b/libobjc/configure index 2b86064de..86e07adc0 100755 --- a/libobjc/configure +++ b/libobjc/configure @@ -13769,8 +13769,7 @@ fi # Compiler Building Blocks variables -sed -i -e 's#@cbb_xgcc_for_specs@#'"$cbb_xgcc_for_specs"'#g' \ +sed -e 's#@cbb_xgcc_for_specs@#'"$cbb_xgcc_for_specs"'#g' \ -e 's#@cbb_ldflags_for_target@#'"$cbb_ldflags_for_target"'#g' \ -e 's#@cbb_sysroot_for_libgcc@#'"$cbb_sysroot_for_libgcc"'#g' \ - Makefile || exit 2 - + Makefile > Makefile.tmp && mv Makefile.tmp Makefile || exit 2 |