diff options
author | Noah Misch <noah@leadboat.com> | 2014-11-02 21:43:25 -0500 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2014-11-02 21:45:00 -0500 |
commit | 63d2c0c573ff2a9ba0391576dc569260b4de5dd9 (patch) | |
tree | 1dd6ef270cf05de03e93f0a57c045a61175fed2b /src/backend/utils/adt/numeric.c | |
parent | 94c1dec0d9c1da40ab956520ae093cdad478fcd4 (diff) | |
download | postgresql-63d2c0c573ff2a9ba0391576dc569260b4de5dd9.tar.gz postgresql-63d2c0c573ff2a9ba0391576dc569260b4de5dd9.zip |
Make ECPG test programs depend on "ecpg$(X)", not "ecpg".
Cygwin builds require this of dependencies pertaining to pattern rules.
On Cygwin, stat("foo") in the absence of a file with that exact name can
locate foo.exe. While GNU make uses stat() for dependencies of ordinary
rules, it uses readdir() to assess dependencies of pattern rules.
Therefore, a pattern rule dependency should match any underlying file
name exactly. Back-patch to 9.4, where the dependency was introduced.
Diffstat (limited to 'src/backend/utils/adt/numeric.c')
0 files changed, 0 insertions, 0 deletions