diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7463efa97..139bb909e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -134,5 +134,5 @@ uninstall-hook: ca-bundle: lib/mk-ca-bundle.pl @echo "generate a fresh ca-bundle.crt" - @mv lib/ca-bundle.crt lib/ca-bundle.crt.old + @-mv -vbVt lib/ca-bundle.crt lib/ca-bundle.crt.old @perl $< -l -u lib/ca-bundle.crt |