qulogic/pidgin

1814e2055216
ca-certs: Temporarily remove release prep targets
--- a/share/ca-certs/Makefile.am Sat Jun 18 20:00:43 2016 -0500
+++ b/share/ca-certs/Makefile.am Sat Jun 18 22:33:30 2016 -0300
@@ -21,17 +21,3 @@
Makefile.mingw \
$(CERTIFICATES) \
$(EXTRA_CERTS)
-
-.PHONY: mk-ca-bundle.pl
-mk-ca-bundle.pl:
- curl -o $@ https://raw.githubusercontent.com/curl/curl/HEAD/lib/mk-ca-bundle.pl
- chmod +x $@
-
-.PHONY: mozilla.pem
-mozilla.pem: mk-ca-bundle.pl
- ./mk-ca-bundle.pl -u mozilla.pem
-
-CLEANFILES = \
- certdata.txt \
- mozilla.pem
-