summaryrefslogtreecommitdiff
path: root/Makefile.dist
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2008-02-10 01:32:43 +0000
committerGunter Knauf <gk@gknw.de>2008-02-10 01:32:43 +0000
commit940c075bd8608e3e00a7f0e7d9792bd410dc7293 (patch)
treebc1870c0f340de3f161850955c799bf97cc96ad5 /Makefile.dist
parent08e5c0812f5a8ecef763126b677ccabf1239362b (diff)
downloadcurl-940c075bd8608e3e00a7f0e7d9792bd410dc7293.tar.gz
removed 'mv' call and changed to use new backup feature of mk-ca-bundle.pl.
Diffstat (limited to 'Makefile.dist')
-rw-r--r--Makefile.dist3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.dist b/Makefile.dist
index 1bf67e44f..b599c0765 100644
--- a/Makefile.dist
+++ b/Makefile.dist
@@ -263,7 +263,6 @@ vc8:
ca-bundle: lib/mk-ca-bundle.pl
@echo "generate a fresh ca-bundle.crt"
- @-mv -vbVt lib/ca-bundle.crt lib/ca-bundle.crt.old
- @perl $< -l -u lib/ca-bundle.crt
+ @perl $< -b -l -u lib/ca-bundle.crt