[pgpool-committers: 2309] pgpool: Fix src/tools/pgmd5/Makefile.am not to include depency for fe_p

Tatsuo Ishii ishii at postgresql.org
Sat Nov 22 12:37:17 JST 2014


Fix src/tools/pgmd5/Makefile.am not to include depency for fe_port.c

This was a plain mistake since the file is there from the first time.
Interesting thing is, the bug does not reveal for normal
configure;make process.  However, fails when using tarball created by
"make dist". This is probably because "make dist" uses tar option "h"
when creating a tarball, and the option does not keep symlink info,
rather creates a physical copy of fe_port.c (and of course fails).

Branch
------
V3_4_STABLE_RPM

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=6fc5417581a7672de2413b23f54f8628dd790a5c

Modified Files
--------------
src/tools/pgmd5/Makefile.am |    2 --
src/tools/pgmd5/Makefile.in |    2 --
2 files changed, 4 deletions(-)



More information about the pgpool-committers mailing list