forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit69e9768
committed
ecpg: Improve test building
Further improve on commitc75e143.Instead of building both .o files and binaries in the same make rule,just rely on the normal .c -> .o rule. This will ensure thatdependency tracking is used when enabled. To do this, disable theimplicit direct .c -> binary rule globally, which will also preventthe original problem (*.dSYM junk) from reappearing elsewhere.1 parent0ed7445 commit69e9768
2 files changed
+8
-3
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
515 | 515 |
| |
516 | 516 |
| |
517 | 517 |
| |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
518 | 524 |
| |
519 | 525 |
| |
520 | 526 |
| |
|
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 |
| - | |
12 |
| - | |
| 10 | + | |
| 11 | + | |
13 | 12 |
| |
14 | 13 |
| |
15 | 14 |
| |
|
0 commit comments
Comments
(0)