Обсуждение: pgsql: Make ECPG test programs depend on "ecpg$(X)", not "ecpg".

Поиск
Список
Период
Сортировка

pgsql: Make ECPG test programs depend on "ecpg$(X)", not "ecpg".

От
Noah Misch
Дата:
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.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/63d2c0c573ff2a9ba0391576dc569260b4de5dd9

Modified Files
--------------
src/interfaces/ecpg/test/Makefile.regress |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)