[Pgpool-committers] pgpool - pgpool: Using BSD make, build process never finished.

User Y-asaba y-asaba at pgfoundry.org
Sat May 6 12:48:05 UTC 2006


Log Message:
-----------
Using BSD make, build process never finished.
BSD make can only use "$<" in an implicit rule. But '$<' is used in
the explicit rule.

pgpool.8: pgpool.8.in
        sed 's, at sysconfdir\@,$(sysconfdir),g' $< >$@

BSD make transforms '$<' to empty string in an explicit rule. So, it
uses '$?' instead of '$<'.

Modified Files:
--------------
    pgpool:
        Makefile.am (r1.4 -> r1.5)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool/Makefile.am.diff?r1=1.4&r2=1.5)
        Makefile.in (r1.5 -> r1.6)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool/Makefile.in.diff?r1=1.5&r2=1.6)


More information about the Pgpool-committers mailing list