• Peter Eisentraut's avatar
    Fix dependency tracking for src/port/%_srv.o files · 3420b241
    Peter Eisentraut authored
    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).
    3420b241
Makefile 3.45 KB