forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit349cd8c
committed
Fix VPATH builds for src/test/ssl targets
Commitb4c4a00 refactored the gist of the sslfiles target into aseparate makefile in order to override settings in Makefile.global.The invocation of this this file didn't however include the absolutepath for VPATH builds, resulting in "make clean" failing. Fix byproviding the path to the new makefile.Reported-by: Andres Freund <andres@anarazel.de>Discussion:https://postgr.es/m/20211026174152.jjcagswnbhxu7uqz@alap3.anarazel.de1 parenta5213ad commit349cd8c
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
0 commit comments
Comments
(0)