mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:47:28 +03:00
Makefile.am: Corrected a couple of grammar errors
This commit is contained in:
parent
c346df065e
commit
6cfeeb3bb0
1 changed files with 2 additions and 2 deletions
|
|
@ -248,11 +248,11 @@ uninstall-hook:
|
|||
cd docs && $(MAKE) uninstall
|
||||
|
||||
ca-bundle: lib/mk-ca-bundle.pl
|
||||
@echo "generate a fresh ca-bundle.crt"
|
||||
@echo "generating a fresh ca-bundle.crt"
|
||||
@perl $< -b -l -u lib/ca-bundle.crt
|
||||
|
||||
ca-firefox: lib/firefox-db2pem.sh
|
||||
@echo "generate a fresh ca-bundle.crt"
|
||||
@echo "generating a fresh ca-bundle.crt"
|
||||
./lib/firefox-db2pem.sh lib/ca-bundle.crt
|
||||
|
||||
checksrc:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue