Simplify makefile rule Instead of writing out the .c -> .o rule, use the default one, so that dependency tracking can be used.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/2227bb9c948d2dcc167d414630ed3bae7f31db83 Modified Files -------------- src/port/Makefile | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
