1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00

Use https for gnu.org links

Mostly already done, but there were some stragglers.
This commit is contained in:
Peter Eisentraut
2020-10-14 08:24:54 +02:00
parent 4e118fc33e
commit 39b4a95100
5 changed files with 7 additions and 6 deletions

View File

@ -5,7 +5,7 @@ include $(top_builddir)/src/Makefile.global
SUBDIRS = include pgtypeslib ecpglib compatlib preproc
# Suppress parallel build of subdirectories to avoid a bug in GNU make 3.82, cf
# http://savannah.gnu.org/bugs/?30653
# https://savannah.gnu.org/bugs/?30653
# https://bugzilla.redhat.com/show_bug.cgi?id=835424
# (There are some other parallelism bugs in the subdirectory makefiles
# themselves, but there's little point in fixing them as long as we have