forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3420b24
committed
Fix dependency tracking for src/port/%_srv.o files
Because they use their own compilation rule, they don't use thedependency tracking logic from Makefile.global. To make sure thatdependency tracking works anyway for the *_srv.o files, depend ontheir *.o siblings as well, which do have proper dependencies. It's ahack that might fail someday if there is a *_srv.o without acorresponding *.o, but it works for now (and those would probably gointo src/backend/port/ anyway).1 parentdcb2c58 commit3420b24
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
66 | 73 |
| |
67 | 74 |
| |
68 | 75 |
| |
|
0 commit comments
Comments
(0)