summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap1
-rwxr-xr-xgl/build-aux/bootstrap.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index f6ea4da3..2fbd533b 100755
--- a/bootstrap
+++ b/bootstrap
@@ -3317,6 +3317,7 @@ Please add bootstrap to your gnulib_modules list in
'bootstrap.conf', so that I can tell you when there are
updates available."
else
+ rm -f bootstrap.new
$build_aux/inline-source $build_aux/bootstrap.in > bootstrap.new
if func_cmp_s "$progpath" bootstrap.new; then
diff --git a/gl/build-aux/bootstrap.in b/gl/build-aux/bootstrap.in
index 9591384d..8d1b9cef 100755
--- a/gl/build-aux/bootstrap.in
+++ b/gl/build-aux/bootstrap.in
@@ -983,6 +983,7 @@ Please add bootstrap to your gnulib_modules list in
'bootstrap.conf', so that I can tell you when there are
updates available."
else
+ rm -f bootstrap.new
$build_aux/inline-source $build_aux/bootstrap.in > bootstrap.new
if func_cmp_s "$progpath" bootstrap.new; then