diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2012-05-08 20:08:53 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2012-05-08 20:10:50 +0300 |
commit | 3420b241a7dbad8e5fe62395054bf8596f33d143 (patch) | |
tree | 54ea51926f02f92fd50a77987d5dd4ddd1de72e2 /src/tutorial/complex.c | |
parent | dcb2c5838183d3d305dbf713d4519d094f835b2f (diff) | |
download | postgresql-3420b241a7dbad8e5fe62395054bf8596f33d143.tar.gz postgresql-3420b241a7dbad8e5fe62395054bf8596f33d143.zip |
Fix dependency tracking for src/port/%_srv.o files
Because they use their own compilation rule, they don't use the
dependency tracking logic from Makefile.global. To make sure that
dependency tracking works anyway for the *_srv.o files, depend on
their *.o siblings as well, which do have proper dependencies. It's a
hack that might fail someday if there is a *_srv.o without a
corresponding *.o, but it works for now (and those would probably go
into src/backend/port/ anyway).
Diffstat (limited to 'src/tutorial/complex.c')
0 files changed, 0 insertions, 0 deletions