summaryrefslogtreecommitdiff
path: root/libssp
diff options
context:
space:
mode:
Diffstat (limited to 'libssp')
-rwxr-xr-xlibssp/configure5
1 files changed, 2 insertions, 3 deletions
diff --git a/libssp/configure b/libssp/configure
index cfad6d0c3..3b62a3b65 100755
--- a/libssp/configure
+++ b/libssp/configure
@@ -13446,8 +13446,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