forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5844565
committed
Fix make build on MinGW
Revert a couple of the simplifications done in commit721856fbecause 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.com1 parent02bbc3c commit5844565
1 file changed
+10
-4
lines changedLines changed: 10 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
136 | 140 |
| |
137 | 141 |
| |
138 | 142 |
| |
139 | 143 |
| |
140 | 144 |
| |
141 | 145 |
| |
142 |
| - | |
143 |
| - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
144 | 149 |
| |
145 | 150 |
| |
146 |
| - | |
147 |
| - | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
148 | 154 |
| |
149 | 155 |
| |
150 | 156 |
| |
|
0 commit comments
Comments
(0)