done
$(srcdir)/scripts/sort2.pl < $@-tmp > $@-tmp2
rm -f $@-tmp
- mv $@-tmp2 $@
+ mv -f $@-tmp2 $@
x509-api.texi: $(srcdir)/../lib/x509/*.c
echo "" > $@-tmp
done
$(srcdir)/scripts/sort2.pl < $@-tmp > $@-tmp2
rm -f $@-tmp
- mv $@-tmp2 $@
+ mv -f $@-tmp2 $@
pgp-api.texi: $(srcdir)/../lib/openpgp/*.c
echo "" > $@-tmp
done
$(srcdir)/scripts/sort2.pl < $@-tmp > $@-tmp2
rm -f $@-tmp
- mv $@-tmp2 $@
+ mv -f $@-tmp2 $@
extra-api.texi: $(srcdir)/../libextra/gnutls_extra.c
echo "" > $@-tmp
done
$(srcdir)/scripts/sort2.pl < $@-tmp > $@-tmp2
rm -f $@-tmp
- mv $@-tmp2 $@
+ mv -f $@-tmp2 $@
ia-api.texi: $(srcdir)/../libextra/gnutls_ia.c
echo "" > $@-tmp
done
$(srcdir)/scripts/sort2.pl < $@-tmp > $@-tmp2
rm -f $@-tmp
- mv $@-tmp2 $@
+ mv -f $@-tmp2 $@
# Generated texinfos.
error_codes.texi: $(top_srcdir)/lib/gnutls_errors.c $(srcdir)/errcodes.c
make $(builddir)/errcodes
$(builddir)/errcodes > $@-tmp
- mv $@-tmp $@
+ mv -f $@-tmp $@
algorithms.texi: $(srcdir)/printlist.c
make $(builddir)/printlist
$(builddir)/printlist > $@-tmp
- mv $@-tmp $@
+ mv -f $@-tmp $@
# Guile texinfos.