mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
Reorder some object files in makefiles
This restores some once-intended alphabetical orders and makes the lists consistent between the different build systems.
This commit is contained in:
@@ -83,9 +83,9 @@ OBJS_COMMON = \
|
||||
|
||||
ifeq ($(with_ssl),openssl)
|
||||
OBJS_COMMON += \
|
||||
protocol_openssl.o \
|
||||
cryptohash_openssl.o \
|
||||
hmac_openssl.o
|
||||
hmac_openssl.o \
|
||||
protocol_openssl.o
|
||||
else
|
||||
OBJS_COMMON += \
|
||||
cryptohash.o \
|
||||
|
Reference in New Issue
Block a user