Fix make build on MinGW Revert a couple of the simplifications done in commit 721856ff24b because platforms without ln -s, where LN_S='cp -pR', such as MinGW, required the specific previous incantations.
Reported-by: Noah Misch <[email protected]> Discussion: https://www.postgresql.org/message-id/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/58445651dbc6182e1ff4100f6428ba6a261407f9 Modified Files -------------- src/backend/Makefile | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-)
