forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork0
Commitf2bb32d
committed
Un-break contrib install with llvm.
Apparently $(foreach ... $(call install_llvm_module,...)) doesn't worktoo well without a blank line ending the install_llvm_module macro.The previous coding hackishly dodged this problem with some parens,but that's not really a good solution because make misunderstandswhere the command boundaries are that way.Discussion:https://postgr.es/m/20180428073935.GB1736@paquier.xyz1 parentbc19b78 commitf2bb32d
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1019 | 1019 |
| |
1020 | 1020 |
| |
1021 | 1021 |
| |
| 1022 | + | |
| 1023 | + | |
1022 | 1024 |
| |
1023 | 1025 |
| |
1024 | 1026 |
| |
1025 | 1027 |
| |
1026 | 1028 |
| |
1027 | 1029 |
| |
| 1030 | + | |
1028 | 1031 |
| |
1029 | 1032 |
| |
1030 | 1033 |
| |
| |||
1037 | 1040 |
| |
1038 | 1041 |
| |
1039 | 1042 |
| |
| 1043 | + | |
1040 | 1044 |
|
0 commit comments
Comments
(0)