Fix make build on MinGW

Peter Eisentraut <peter@eisentraut.org>

Commit: 58445651dbc6182e1ff4100f6428ba6a261407f9
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2024-06-21T06:17:23Z
Releases: 17.0
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 <noah@leadboat.com>
Discussion: https://www.postgresql.org/message-id/20240616193448.28@rfd.leadboat.com

Files

PathChange+/−
src/backend/Makefile modified +10 −4

Discussion