diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2012-02-02 20:24:38 +0200 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2012-02-02 20:33:29 +0200 |
commit | 69e9768e7b183d4b276d0e067a5a0000689580eb (patch) | |
tree | 11c2a605099d8c19fd714ed1bee9f381b1c98eab /src/backend/utils/adt/json.c | |
parent | 0ed7445d7317318ffed0d8dac9a06611771d315b (diff) | |
download | postgresql-69e9768e7b183d4b276d0e067a5a0000689580eb.tar.gz postgresql-69e9768e7b183d4b276d0e067a5a0000689580eb.zip |
ecpg: Improve test building
Further improve on commit c75e1436467f32a06b5ab9d594d2a390e7f4594d.
Instead of building both .o files and binaries in the same make rule,
just rely on the normal .c -> .o rule. This will ensure that
dependency tracking is used when enabled. To do this, disable the
implicit direct .c -> binary rule globally, which will also prevent
the original problem (*.dSYM junk) from reappearing elsewhere.
Diffstat (limited to 'src/backend/utils/adt/json.c')
0 files changed, 0 insertions, 0 deletions