ecpg: Improve test building
Peter Eisentraut <peter_e@gmx.net>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/test/Makefile.regress | modified | +2 −3 |
| src/Makefile.global.in | modified | +6 −0 |